]> source.dussan.org Git - redmine.git/commitdiff
add missing fixtures to TimeEntryReportsControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 14 Feb 2014 02:02:06 +0000 (02:02 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 14 Feb 2014 02:02:06 +0000 (02:02 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12880 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/time_entry_reports_controller_test.rb

index 3292fd6f949f0705f081da563b14ea43d7b50dba..b89b31e9dd18a8a168be65985ab85b71ce64f387 100644 (file)
@@ -23,7 +23,9 @@ class TimeEntryReportsControllerTest < ActionController::TestCase
 
   fixtures :projects, :enabled_modules, :roles, :members, :member_roles,
            :issues, :time_entries, :users, :trackers, :enumerations,
-           :issue_statuses, :custom_fields, :custom_values
+           :issue_statuses, :custom_fields, :custom_values,
+           :projects_trackers, :custom_fields_trackers,
+           :custom_fields_projects
 
   include Redmine::I18n