From: Toshi MARUYAMA Date: Mon, 12 Sep 2011 14:57:19 +0000 (+0000) Subject: scm: subversion: remove fetch_changesets from test_revision at functional test X-Git-Tag: 1.3.0~752 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e42b15201106dc27f59a74ef511582eae7841a6b;p=redmine.git scm: subversion: remove fetch_changesets from test_revision at functional test This test uses fixtures. So, there is no need to fetch changesets. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7216 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- 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'