]> source.dussan.org Git - redmine.git/commitdiff
Fixes test failure when running all functional tests.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Jul 2011 15:17:46 +0000 (15:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 3 Jul 2011 15:17:46 +0000 (15:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6171 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_transaction_test.rb

index db783b6a056ae584eeaae2d42364551ffb1fa8a0..18a2cc59841ab1e3d8443844debcd8cbf265ea66 100644 (file)
@@ -18,9 +18,6 @@
 require File.expand_path('../../test_helper', __FILE__)
 require 'issues_controller'
 
-# Re-raise errors caught by the controller.
-class IssuesController; def rescue_action(e) raise e end; end
-
 class IssuesControllerTransactionTest < ActionController::TestCase
   fixtures :projects,
            :users,