From 2f817fc51c5ad32d2c9dd9ad67749992c7baccb7 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 4 Dec 2024 02:38:29 +0000 Subject: Fix random test failure in ProjectsControllerTest::test_post_copy_should_copy_requested_items due to missing :issue_categories fixture (#41934). Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23352 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/projects_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/projects_controller_test.rb') diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index d1755be59..41b8fb6b9 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -26,7 +26,7 @@ class ProjectsControllerTest < Redmine::ControllerTest :enabled_modules, :enumerations, :boards, :messages, :attachments, :custom_fields, :custom_values, :time_entries, :wikis, :wiki_pages, :wiki_contents, :wiki_content_versions, - :roles, :queries + :roles, :queries, :issue_categories include Redmine::I18n -- cgit v1.2.3