mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
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
This commit is contained in:
parent
f506ba3ded
commit
969872fb03
@ -175,7 +175,7 @@ class SearchTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_search_should_be_case_insensitive_with_accented_characters
|
||||
unless sqlite?
|
||||
unless sqlite? || postgresql?
|
||||
issue1 = Issue.generate!(:subject => "Special chars: ÖÖ")
|
||||
issue2 = Issue.generate!(:subject => "Special chars: Öö")
|
||||
r = Issue.search_results('ÖÖ')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user