code layout clean up test_should_be_able_to_assign_a_new_issue_to_an_open_version of unit issue test
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10647 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
93daf6865e
commit
a1b82c7650
|
@ -876,7 +876,9 @@ class IssueTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
def test_should_be_able_to_assign_a_new_issue_to_an_open_version
|
||||
issue = Issue.new(:project_id => 1, :tracker_id => 1, :author_id => 1, :status_id => 1, :fixed_version_id => 3, :subject => 'New issue')
|
||||
issue = Issue.new(:project_id => 1, :tracker_id => 1, :author_id => 1,
|
||||
:status_id => 1, :fixed_version_id => 3,
|
||||
:subject => 'New issue')
|
||||
assert issue.save
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue