##// END OF EJS Templates
Fixes test failure when running all functional tests....
Jean-Philippe Lang -
r6054:9fca4c440cbc
parent child
Show More
@@ -18,9 +18,6
18 require File.expand_path('../../test_helper', __FILE__)
18 require File.expand_path('../../test_helper', __FILE__)
19 require 'application_controller'
19 require 'application_controller'
20
20
21 # Re-raise errors caught by the controller.
22 class ApplicationController; def rescue_action(e) raise e end; end
23
24 class ApplicationControllerTest < ActionController::TestCase
21 class ApplicationControllerTest < ActionController::TestCase
25 include Redmine::I18n
22 include Redmine::I18n
26
23
General Comments 0
You need to be logged in to leave comments. Login now