##// END OF EJS Templates
Fixes duplicate custom_values fixture that caused failure with Postgresql....
Jean-Philippe Lang -
r4374:67f1131a2051
parent child
Show More
@@ -50,7 +50,7 custom_values_008:
50 custom_values_009:
50 custom_values_009:
51 customized_type: Issue
51 customized_type: Issue
52 custom_field_id: 2
52 custom_field_id: 2
53 customized_id: 3
53 customized_id: 7
54 id: 9
54 id: 9
55 value: "this is a stringforcustomfield search"
55 value: "this is a stringforcustomfield search"
56 custom_values_010:
56 custom_values_010:
@@ -83,7 +83,7 class SearchControllerTest < ActionController::TestCase
83 results = assigns(:results)
83 results = assigns(:results)
84 assert_not_nil results
84 assert_not_nil results
85 assert_equal 1, results.size
85 assert_equal 1, results.size
86 assert results.include?(Issue.find(3))
86 assert results.include?(Issue.find(7))
87 end
87 end
88
88
89 def test_search_all_words
89 def test_search_all_words
General Comments 0
You need to be logged in to leave comments. Login now