##// END OF EJS Templates
Fixes search tests for Postgresql....
Jean-Philippe Lang -
r1649:9ba4075c88b6
parent child
Show More
@@ -32,7 +32,7 class SearchTest < Test::Unit::TestCase
32
32
33 def setup
33 def setup
34 @project = Project.find(1)
34 @project = Project.find(1)
35 @issue_keyword = '%Unable to print recipes%'
35 @issue_keyword = '%unable to print recipes%'
36 @issue = Issue.find(1)
36 @issue = Issue.find(1)
37 @changeset_keyword = '%very first commit%'
37 @changeset_keyword = '%very first commit%'
38 @changeset = Changeset.find(100)
38 @changeset = Changeset.find(100)
General Comments 0
You need to be logged in to leave comments. Login now