Fixes test failure when running all functional tests.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6171 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-07-03 15:17:46 +00:00
parent 84619a16a7
commit 5811bd1344
1 changed files with 0 additions and 3 deletions

View 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,