]> source.dussan.org Git - redmine.git/commitdiff
MenuManagerTest randomly fails (#36241).
authorGo MAEDA <maeda@farend.jp>
Mon, 29 Nov 2021 13:50:47 +0000 (13:50 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 29 Nov 2021 13:50:47 +0000 (13:50 +0000)
Patch by Mizuki ISHIKAWA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21297 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/integration/lib/redmine/menu_manager_test.rb

index 9bac57ad49a321b2150ca1db03727141ff1870e6..0456bc50e7901bd76c585fe251e5d514077d7227 100644 (file)
@@ -102,7 +102,7 @@ class MenuManagerTest < Redmine::IntegrationTest
 
   def test_cross_project_menu_should_hide_item_if_module_is_not_enabled_for_any_project
     user = User.find_by_login('dlopper')
-    assert_equal [1, 3, 4, 6], Project.visible(user).ids
+    assert_equal [1, 3, 4, 6], Project.visible(user).ids.sort
 
     # gantt and news are not enabled for any visible project
     Project.find(1).enabled_module_names = %w(issue_tracking calendar)