Fixes search tests for Postgresql.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1664 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
937cee7269
commit
9ba4075c88
|
@ -32,7 +32,7 @@ class SearchTest < Test::Unit::TestCase
|
|||
|
||||
def setup
|
||||
@project = Project.find(1)
|
||||
@issue_keyword = '%Unable to print recipes%'
|
||||
@issue_keyword = '%unable to print recipes%'
|
||||
@issue = Issue.find(1)
|
||||
@changeset_keyword = '%very first commit%'
|
||||
@changeset = Changeset.find(100)
|
||||
|
|
Loading…
Reference in New Issue