@@ -32,7 +32,7 class SearchTest < Test::Unit::TestCase | |||
|
32 | 32 | |
|
33 | 33 | def setup |
|
34 | 34 | @project = Project.find(1) |
|
35 |
@issue_keyword = '% |
|
|
35 | @issue_keyword = '%unable to print recipes%' | |
|
36 | 36 | @issue = Issue.find(1) |
|
37 | 37 | @changeset_keyword = '%very first commit%' |
|
38 | 38 | @changeset = Changeset.find(100) |
General Comments 0
You need to be logged in to leave comments.
Login now