@@ -212,8 +212,10 class RepositoriesSubversionControllerTest < ActionController::TestCase | |||
|
212 | 212 | end |
|
213 | 213 | |
|
214 | 214 | def test_invalid_revision |
|
215 | assert_equal 0, @repository.changesets.count | |
|
215 | 216 | @repository.fetch_changesets |
|
216 |
@ |
|
|
217 | @project.reload | |
|
218 | assert_equal NUM_REV, @repository.changesets.count | |
|
217 | 219 | get :revision, :id => PRJ_ID, :rev => 'something_weird' |
|
218 | 220 | assert_response 404 |
|
219 | 221 | assert_error_tag :content => /was not found/ |
General Comments 0
You need to be logged in to leave comments.
Login now