mirror of
https://github.com/redmine/redmine.git
synced 2026-03-16 17:40:53 +01:00
Merged r7774 from trunk (#8615).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7775 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1268,7 +1268,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
:attributes => {:name => "issue[custom_field_values][#{field.id}]"},
|
||||
:children => {
|
||||
:only => {:tag => 'option'},
|
||||
:count => Project.find(1).versions.count + 1
|
||||
:count => Project.find(1).shared_versions.count + 1
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user