From 1ddb59df2afb4539e6484e7c339683d18fc0ac94 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 27 Feb 2008 23:01:35 +0000 Subject: [PATCH] Fixed JournalControllerTest. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1177 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/journals_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/journals_controller_test.rb b/test/functional/journals_controller_test.rb index e6a90185..327c7e79 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