diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-27 23:01:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-02-27 23:01:35 +0000 |
commit | 1ddb59df2afb4539e6484e7c339683d18fc0ac94 (patch) | |
tree | 8a6189918f314e8184a5087fbd196e6e14bc8068 /test/functional/journals_controller_test.rb | |
parent | 200842ba5e753f342940d7df0f1cc342ae8485d4 (diff) | |
download | redmine-1ddb59df2afb4539e6484e7c339683d18fc0ac94.tar.gz redmine-1ddb59df2afb4539e6484e7c339683d18fc0ac94.zip |
Fixed JournalControllerTest.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1177 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/journals_controller_test.rb')
-rw-r--r-- | test/functional/journals_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb index e6a90185c..327c7e79a 100644 --- a/test/functional/journals_controller_test.rb +++ b/test/functional/journals_controller_test.rb @@ -21,7 +21,7 @@ require 'journals_controller' # Re-raise errors caught by the controller. class JournalsController; def rescue_action(e) raise e end; end -class JournalsControllerTest < ActionController::TestCase +class JournalsControllerTest < Test::Unit::TestCase fixtures :projects, :users, :members, :roles, :issues, :journals, :journal_details, :enabled_modules def setup |