diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-21 11:51:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-01-21 11:51:10 +0000 |
commit | 693badf5ff0b12feafdf652e35249efd39c0b512 (patch) | |
tree | c6d46325c4823c5a59fe79dd39fb53b9df2ebf7c /test | |
parent | 84abe25b574830641703ae79afb6d99c573bf06d (diff) | |
download | redmine-693badf5ff0b12feafdf652e35249efd39c0b512.tar.gz redmine-693badf5ff0b12feafdf652e35249efd39c0b512.zip |
add missing fixture to TimeEntryReportsControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@13930 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/time_entry_reports_controller_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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, |