diff options
author | Go MAEDA <maeda@farend.jp> | 2024-12-08 05:05:11 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-12-08 05:05:11 +0000 |
commit | 95185adb8b17292763545360267fd6abd5f1c330 (patch) | |
tree | e6040843fd2ff6afa6d9a46ffc8e0c70dbf3102a | |
parent | c6bee228bb649f7e598fc9ed5e908d422e792c8d (diff) | |
download | redmine-95185adb8b17292763545360267fd6abd5f1c330.tar.gz redmine-95185adb8b17292763545360267fd6abd5f1c330.zip |
Merged r23352 from trunk to 5.1-stable (#41934).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23359 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/projects_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index a2356185b..c4b09d1aa 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 |