From: Go MAEDA Date: Tue, 19 Nov 2019 00:18:10 +0000 (+0000) Subject: Add missing fixture to TimelogControllerTest in order to fix random test failure... X-Git-Tag: 4.2.0~1548 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a90acb49e18ea9cc878b1d0a1beaa8980544675;p=redmine.git Add missing fixture to TimelogControllerTest in order to fix random test failure (#32478). Patch by Yuichi HARADA. git-svn-id: http://svn.redmine.org/redmine/trunk@19088 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index 9c0b958b9..862fc226d 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