1
0
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:
Go MAEDA 2022-12-09 05:57:50 +00:00
parent f506ba3ded
commit 969872fb03

View File

@ -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('ÖÖ')