Fixed failure introduced in r7772 (#8615).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7774 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5b37920cce
commit
a9fb345f96
|
@ -1509,7 +1509,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||||
:attributes => {:name => "issue[custom_field_values][#{field.id}]"},
|
:attributes => {:name => "issue[custom_field_values][#{field.id}]"},
|
||||||
:children => {
|
:children => {
|
||||||
:only => {:tag => 'option'},
|
:only => {:tag => 'option'},
|
||||||
:count => Project.find(1).versions.count + 1
|
:count => Project.find(1).shared_versions.count + 1
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue