From 756a102820968a1ef7f0fbc4a79a0937f4f9867d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 3 Apr 2017 10:30:29 +0000 Subject: Reset status when copying issues (#23610). git-svn-id: http://svn.redmine.org/redmine/trunk@16451 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/issues_controller_test.rb') diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 10ed24c1c..a6f7cd13a 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -4581,7 +4581,7 @@ class IssuesControllerTest < Redmine::ControllerTest assert_not_nil copy assert_equal orig.project_id, copy.project_id assert_equal orig.tracker_id, copy.tracker_id - assert_equal orig.status_id, copy.status_id + assert_equal 1, copy.status_id if orig.assigned_to_id assert_equal orig.assigned_to_id, copy.assigned_to_id else -- cgit v1.2.3