@@ -212,8 +212,6 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||||
212 |
|
212 | |||
213 | # TODO: this test needs fixtures. |
|
213 | # TODO: this test needs fixtures. | |
214 | def test_revision |
|
214 | def test_revision | |
215 | @repository.fetch_changesets |
|
|||
216 | @repository.reload |
|
|||
217 | get :revision, :id => 1, :rev => 2 |
|
215 | get :revision, :id => 1, :rev => 2 | |
218 | assert_response :success |
|
216 | assert_response :success | |
219 | assert_template 'revision' |
|
217 | assert_template 'revision' |
General Comments 0
You need to be logged in to leave comments.
Login now