Skip to content

Commit 969872f

Browse files
committed
Fix test failure when running with PostgreSQL (#20042).
Patch by Ko Nagase. git-svn-id: https://svn.redmine.org/redmine/trunk@21990 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent f506ba3 commit 969872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/search_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def test_search_should_find_percent_sign
175175
end
176176

177177
def test_search_should_be_case_insensitive_with_accented_characters
178-
unless sqlite?
178+
unless sqlite? || postgresql?
179179
issue1 = Issue.generate!(:subject => "Special chars: ÖÖ")
180180
issue2 = Issue.generate!(:subject => "Special chars: Öö")
181181
r = Issue.search_results('ÖÖ')

0 commit comments

Comments
 (0)