]> source.dussan.org Git - redmine.git/commitdiff
scm: subversion: remove fetch_changesets from test_revision at functional test
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 12 Sep 2011 14:57:19 +0000 (14:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Mon, 12 Sep 2011 14:57:19 +0000 (14:57 +0000)
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

test/functional/repositories_subversion_controller_test.rb

index 0d56a749306183f75e0bdd647cd2ab97d441bbe0..ba6c6bfc6df13b1ee32c6d0c07c9d4103d50c89d 100644 (file)
@@ -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'