summaryrefslogtreecommitdiffstats
path: root/test/functional/timelog_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-14 09:35:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-14 09:35:49 +0000
commit2e4e610930cda0a800bced31f2ab0a473fd384e2 (patch)
tree17dc8a16782044e0b9e9a0796d41794c7287eb95 /test/functional/timelog_controller_test.rb
parent9d9e26317a611a393d966e80ec4620304baff67e (diff)
downloadredmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.tar.gz
redmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.zip
Adds our own class for controller tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15661 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/timelog_controller_test.rb')
-rw-r--r--test/functional/timelog_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb
index 5e1af33f5..95c14295b 100644
--- a/test/functional/timelog_controller_test.rb
+++ b/test/functional/timelog_controller_test.rb
@@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__)
-class TimelogControllerTest < ActionController::TestCase
+class TimelogControllerTest < Redmine::ControllerTest
fixtures :projects, :enabled_modules, :roles, :members,
:member_roles, :issues, :time_entries, :users,
:trackers, :enumerations, :issue_statuses,