Mercurial > hg > soundsoftware-site
comparison test/functional/issues_controller_transaction_test.rb @ 507:0c939c159af4 redmine-1.2
Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:32:19 +0100 |
parents | 8661b858af72 |
children | cbb26bc654de |
comparison
equal
deleted
inserted
replaced
441:cbce1fd3b1b7 | 507:0c939c159af4 |
---|---|
15 # along with this program; if not, write to the Free Software | 15 # along with this program; if not, write to the Free Software |
16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | 17 |
18 require File.expand_path('../../test_helper', __FILE__) | 18 require File.expand_path('../../test_helper', __FILE__) |
19 require 'issues_controller' | 19 require 'issues_controller' |
20 | |
21 # Re-raise errors caught by the controller. | |
22 class IssuesController; def rescue_action(e) raise e end; end | |
23 | 20 |
24 class IssuesControllerTransactionTest < ActionController::TestCase | 21 class IssuesControllerTransactionTest < ActionController::TestCase |
25 fixtures :projects, | 22 fixtures :projects, |
26 :users, | 23 :users, |
27 :roles, | 24 :roles, |