]> source.dussan.org Git - redmine.git/commitdiff
add missing fixture to TimeEntryReportsControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 21 Jan 2015 11:51:10 +0000 (11:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 21 Jan 2015 11:51:10 +0000 (11:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13930 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/time_entry_reports_controller_test.rb

index 19f53c9d74d9a7b8d8fcc508e4d6d3978457acf0..406b7f57a588f09a8a79ab553831a319f2d8b937 100644 (file)
@@ -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,