diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-30 18:31:32 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-30 18:31:32 +0000 |
commit | b3409a604a2686843756c2c4d57511a78df2f9b4 (patch) | |
tree | 482a749fcfdf5220c671fa6fda8467dbc2ea87d9 /test | |
parent | 92f918f7f3f4f76b35379b9a7b111f7378bd7456 (diff) | |
download | redmine-b3409a604a2686843756c2c4d57511a78df2f9b4.tar.gz redmine-b3409a604a2686843756c2c4d57511a78df2f9b4.zip |
Renames time_entry_reports_controller_test.rb to timelog_report_test.rb.
git-svn-id: http://svn.redmine.org/redmine/trunk@16933 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/timelog_report_test.rb (renamed from test/functional/time_entry_reports_controller_test.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/time_entry_reports_controller_test.rb b/test/functional/timelog_report_test.rb index 196b5e6a4..bfbb35c51 100644 --- a/test/functional/time_entry_reports_controller_test.rb +++ b/test/functional/timelog_report_test.rb @@ -18,7 +18,7 @@ require File.expand_path('../../test_helper', __FILE__) -class TimeEntryReportsControllerTest < Redmine::ControllerTest +class TimelogReportTest < Redmine::ControllerTest tests TimelogController fixtures :projects, :enabled_modules, :roles, :members, :member_roles, |