From 97779eb0b24b823dd3a623cc435dfa85f7c3c833 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 3 Dec 2019 06:14:27 +0000 Subject: [PATCH] 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 --- test/functional/timelog_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5