summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-03-03 13:55:22 +0000
committerGo MAEDA <maeda@farend.jp>2022-03-03 13:55:22 +0000
commit05714ab18a4a4d4a402923b5abfe4fd633f85299 (patch)
tree96beb5147078573315490756e663d6cc44d880da /test
parent4cb518049f1e15919bab916a0f101808ec549ea9 (diff)
downloadredmine-05714ab18a4a4d4a402923b5abfe4fd633f85299.tar.gz
redmine-05714ab18a4a4d4a402923b5abfe4fd633f85299.zip
IssuesControllerTest randomly fails (#36716).
Patch by Vincent Robert. git-svn-id: http://svn.redmine.org/redmine/trunk@21445 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb
index f4c269c7e..9b1842e0d 100644
--- a/test/functional/issues_controller_test.rb
+++ b/test/functional/issues_controller_test.rb
@@ -7954,7 +7954,7 @@ class IssuesControllerTest < Redmine::ControllerTest
end
copy = Issue.order(:id => :desc).first
assert_equal 2, copy.watchers.count
- assert_equal [3, 10], copy.watcher_user_ids
+ assert_equal [3, 10], copy.watcher_user_ids.sort
end
def test_bulk_copy_should_not_copy_selected_subtasks_twice