@@ -876,7 +876,9 class IssueTest < ActiveSupport::TestCase | |||
|
876 | 876 | end |
|
877 | 877 | |
|
878 | 878 | def test_should_be_able_to_assign_a_new_issue_to_an_open_version |
|
879 |
issue = Issue.new(:project_id => 1, :tracker_id => 1, :author_id => 1, |
|
|
879 | issue = Issue.new(:project_id => 1, :tracker_id => 1, :author_id => 1, | |
|
880 | :status_id => 1, :fixed_version_id => 3, | |
|
881 | :subject => 'New issue') | |
|
880 | 882 | assert issue.save |
|
881 | 883 | end |
|
882 | 884 |
General Comments 0
You need to be logged in to leave comments.
Login now