diff options
author | Go MAEDA <maeda@farend.jp> | 2019-12-03 06:14:27 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-12-03 06:14:27 +0000 |
commit | 97779eb0b24b823dd3a623cc435dfa85f7c3c833 (patch) | |
tree | cf3b1bacbb55d1741015edf5a1d7daa92413fcd8 /test | |
parent | ac254c89f25bd30d0bf3d5658ba86e9f503e8c38 (diff) | |
download | redmine-97779eb0b24b823dd3a623cc435dfa85f7c3c833.tar.gz redmine-97779eb0b24b823dd3a623cc435dfa85f7c3c833.zip |
Merged r19088 from trunk to 4.1-stable (#32478, #30346).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19330 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index f23a10c10..0b5f3aab0 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -25,7 +25,7 @@ class TimelogControllerTest < Redmine::ControllerTest :trackers, :enumerations, :issue_statuses, :custom_fields, :custom_values, :projects_trackers, :custom_fields_trackers, - :custom_fields_projects, :issue_categories + :custom_fields_projects, :issue_categories, :versions include Redmine::I18n |