From: Jean-Philippe Lang Date: Wed, 27 Feb 2008 23:01:35 +0000 (+0000) Subject: Fixed JournalControllerTest. X-Git-Tag: 0.7.0-RC1~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ddb59df2afb4539e6484e7c339683d18fc0ac94;p=redmine.git Fixed JournalControllerTest. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1177 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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