@@ -1509,7 +1509,7 class IssuesControllerTest < ActionController::TestCase | |||||
1509 | :attributes => {:name => "issue[custom_field_values][#{field.id}]"}, |
|
1509 | :attributes => {:name => "issue[custom_field_values][#{field.id}]"}, | |
1510 | :children => { |
|
1510 | :children => { | |
1511 | :only => {:tag => 'option'}, |
|
1511 | :only => {:tag => 'option'}, | |
1512 | :count => Project.find(1).versions.count + 1 |
|
1512 | :count => Project.find(1).shared_versions.count + 1 | |
1513 | } |
|
1513 | } | |
1514 | end |
|
1514 | end | |
1515 |
|
1515 |
General Comments 0
You need to be logged in to leave comments.
Login now