Commit 9ba4075c authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes search tests for Postgresql.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1664 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 937cee72
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment