1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

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
This commit is contained in:
Go MAEDA 2019-11-19 00:18:10 +00:00
parent bd00d16d0f
commit 4a90acb49e

View File

@ -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