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:
parent
091d6de719
commit
e42b152011
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue