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:
Jean-Philippe Lang 2008-07-13 21:01:38 +00:00
parent 937cee7269
commit 9ba4075c88
1 changed files with 1 additions and 1 deletions

View File

@ -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)