Mercurial > hg > soundsoftware-site
comparison test/functional/application_controller_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 'application_controller' | 19 require 'application_controller' |
20 | |
21 # Re-raise errors caught by the controller. | |
22 class ApplicationController; def rescue_action(e) raise e end; end | |
23 | 20 |
24 class ApplicationControllerTest < ActionController::TestCase | 21 class ApplicationControllerTest < ActionController::TestCase |
25 include Redmine::I18n | 22 include Redmine::I18n |
26 | 23 |
27 def setup | 24 def setup |