mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 22:36:02 +01:00
Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@19562 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -5242,7 +5242,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
)
|
||||
end
|
||||
issue = Issue.order('id DESC').first
|
||||
assert_equal [3, 10], issue.watcher_user_ids
|
||||
assert_equal [3, 10], issue.watcher_user_ids.sort
|
||||
end
|
||||
|
||||
def test_create_as_copy_without_watcher_user_ids_should_not_copy_watchers
|
||||
|
||||
Reference in New Issue
Block a user