Merged r3398 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3465 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -597,7 +597,7 @@ class ProjectTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
should "copy issues" do
|
||||
@source_project.issues << Issue.generate!(:status_id => 5,
|
||||
@source_project.issues << Issue.generate!(:status => IssueStatus.find_by_name('Closed'),
|
||||
:subject => "copy issue status",
|
||||
:tracker_id => 1,
|
||||
:assigned_to_id => 2,
|
||||
|
||||
Reference in New Issue
Block a user