@@ -16,12 +16,10 | |||
|
16 | 16 | # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
|
17 | 17 | |
|
18 | 18 | require File.expand_path('../../test_helper', __FILE__) |
|
19 | require 'repositories_controller' | |
|
20 | ||
|
21 | # Re-raise errors caught by the controller. | |
|
22 | class RepositoriesController; def rescue_action(e) raise e end; end | |
|
23 | 19 | |
|
24 | 20 | class RepositoriesSubversionControllerTest < ActionController::TestCase |
|
21 | tests RepositoriesController | |
|
22 | ||
|
25 | 23 | fixtures :projects, :users, :roles, :members, :member_roles, :enabled_modules, |
|
26 | 24 | :repositories, :issues, :issue_statuses, :changesets, :changes, |
|
27 | 25 | :issue_categories, :enumerations, :custom_fields, :custom_values, :trackers |
@@ -30,9 +28,6 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||
|
30 | 28 | NUM_REV = 11 |
|
31 | 29 | |
|
32 | 30 | def setup |
|
33 | @controller = RepositoriesController.new | |
|
34 | @request = ActionController::TestRequest.new | |
|
35 | @response = ActionController::TestResponse.new | |
|
36 | 31 | Setting.default_language = 'en' |
|
37 | 32 | User.current = nil |
|
38 | 33 |
General Comments 0
You need to be logged in to leave comments.
Login now