diff options
-rw-r--r-- | test/functional/repositories_subversion_controller_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/repositories_subversion_controller_test.rb b/test/functional/repositories_subversion_controller_test.rb index 0d56a7493..ba6c6bfc6 100644 --- a/test/functional/repositories_subversion_controller_test.rb +++ b/test/functional/repositories_subversion_controller_test.rb @@ -212,8 +212,6 @@ class RepositoriesSubversionControllerTest < ActionController::TestCase # TODO: this test needs fixtures. def test_revision - @repository.fetch_changesets - @repository.reload get :revision, :id => 1, :rev => 2 assert_response :success assert_template 'revision' |