##// END OF EJS Templates
scm: subversion: remove fetch_changesets from test_revision at functional test...
Toshi MARUYAMA -
r7096:e42b15201106
parent child
Show More
@@ -212,8 +212,6 class RepositoriesSubversionControllerTest < ActionController::TestCase
212 212
213 213 # TODO: this test needs fixtures.
214 214 def test_revision
215 @repository.fetch_changesets
216 @repository.reload
217 215 get :revision, :id => 1, :rev => 2
218 216 assert_response :success
219 217 assert_template 'revision'
General Comments 0
You need to be logged in to leave comments. Login now