From 693badf5ff0b12feafdf652e35249efd39c0b512 2015-01-21 11:51:10 From: Toshi MARUYAMA Date: 2015-01-21 11:51:10 Subject: [PATCH] add missing fixture to TimeEntryReportsControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@13930 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/functional/time_entry_reports_controller_test.rb b/test/functional/time_entry_reports_controller_test.rb index 19f53c9..406b7f5 100644 --- a/test/functional/time_entry_reports_controller_test.rb +++ b/test/functional/time_entry_reports_controller_test.rb @@ -22,6 +22,7 @@ class TimeEntryReportsControllerTest < ActionController::TestCase tests TimelogController fixtures :projects, :enabled_modules, :roles, :members, :member_roles, + :email_addresses, :issues, :time_entries, :users, :trackers, :enumerations, :issue_statuses, :custom_fields, :custom_values, :projects_trackers, :custom_fields_trackers,