Fixes test failure when running all functional tests.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6174 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-07-03 15:50:04 +00:00
parent b184caec13
commit 9fca4c440c

View File

@ -18,9 +18,6 @@
require File.expand_path('../../test_helper', __FILE__)
require 'application_controller'
# Re-raise errors caught by the controller.
class ApplicationController; def rescue_action(e) raise e end; end
class ApplicationControllerTest < ActionController::TestCase
include Redmine::I18n