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
This commit is contained in:
Toshi MARUYAMA 2011-09-12 14:57:19 +00:00
parent 091d6de719
commit e42b152011
1 changed files with 0 additions and 2 deletions

View 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'