##// END OF EJS Templates
Fixed failure introduced in r7772 (#8615)....
Jean-Philippe Lang -
r7654:a9fb345f96cc
parent child
Show More
@@ -1509,7 +1509,7 class IssuesControllerTest < ActionController::TestCase
1509 1509 :attributes => {:name => "issue[custom_field_values][#{field.id}]"},
1510 1510 :children => {
1511 1511 :only => {:tag => 'option'},
1512 :count => Project.find(1).versions.count + 1
1512 :count => Project.find(1).shared_versions.count + 1
1513 1513 }
1514 1514 end
1515 1515
General Comments 0
You need to be logged in to leave comments. Login now