##// END OF EJS Templates
Merged r7774 from trunk (#8615)....
Jean-Philippe Lang -
r7655:88e918f64d04
parent child
Show More
@@ -1268,7 +1268,7 class IssuesControllerTest < ActionController::TestCase
1268 :attributes => {:name => "issue[custom_field_values][#{field.id}]"},
1268 :attributes => {:name => "issue[custom_field_values][#{field.id}]"},
1269 :children => {
1269 :children => {
1270 :only => {:tag => 'option'},
1270 :only => {:tag => 'option'},
1271 :count => Project.find(1).versions.count + 1
1271 :count => Project.find(1).shared_versions.count + 1
1272 }
1272 }
1273 end
1273 end
1274
1274
General Comments 0
You need to be logged in to leave comments. Login now