OSDN Git Service

Fixes search tests for Postgresql.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Jul 2008 21:01:38 +0000 (21:01 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Jul 2008 21:01:38 +0000 (21:01 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1664 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/search_test.rb

index e2cc8e7..244b27a 100644 (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)