mirror of
https://github.com/redmine/redmine.git
synced 2025-11-07 22:05:56 +01: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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user