We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f506ba3 commit 969872fCopy full SHA for 969872f
test/unit/search_test.rb
@@ -175,7 +175,7 @@ def test_search_should_find_percent_sign
175
end
176
177
def test_search_should_be_case_insensitive_with_accented_characters
178
- unless sqlite?
+ unless sqlite? || postgresql?
179
issue1 = Issue.generate!(:subject => "Special chars: ÖÖ")
180
issue2 = Issue.generate!(:subject => "Special chars: Öö")
181
r = Issue.search_results('ÖÖ')
0 commit comments