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:
parent
b184caec13
commit
9fca4c440c
@ -18,9 +18,6 @@
|
|||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
require 'application_controller'
|
require 'application_controller'
|
||||||
|
|
||||||
# Re-raise errors caught by the controller.
|
|
||||||
class ApplicationController; def rescue_action(e) raise e end; end
|
|
||||||
|
|
||||||
class ApplicationControllerTest < ActionController::TestCase
|
class ApplicationControllerTest < ActionController::TestCase
|
||||||
include Redmine::I18n
|
include Redmine::I18n
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user