summaryrefslogtreecommitdiffstats
path: root/test/functional/repositories_subversion_controller_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-12 14:57:19 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-12 14:57:19 +0000
commite42b15201106dc27f59a74ef511582eae7841a6b (patch)
tree3a3d9fb88de56770daf553ee64e57005db6a5d19 /test/functional/repositories_subversion_controller_test.rb
parent091d6de71961f3f207397a51b6128f7d1b3dc864 (diff)
downloadredmine-e42b15201106dc27f59a74ef511582eae7841a6b.tar.gz
redmine-e42b15201106dc27f59a74ef511582eae7841a6b.zip
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
Diffstat (limited to 'test/functional/repositories_subversion_controller_test.rb')
-rw-r--r--test/functional/repositories_subversion_controller_test.rb2
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'