From 693badf5ff0b12feafdf652e35249efd39c0b512 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 21 Jan 2015 11:51:10 +0000 Subject: add missing fixture to TimeEntryReportsControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@13930 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/time_entry_reports_controller_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/functional/time_entry_reports_controller_test.rb b/test/functional/time_entry_reports_controller_test.rb index 19f53c9d7..406b7f57a 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, -- cgit v1.2.3