@@ -212,7 +212,7 class RepositoriesGitControllerTest < ActionController::TestCase | |||||
212 | get :annotate, :id => 3, :path => ['images', 'edit.png'] |
|
212 | get :annotate, :id => 3, :path => ['images', 'edit.png'] | |
213 | assert_response 500 |
|
213 | assert_response 500 | |
214 | assert_tag :tag => 'p', :attributes => { :id => /errorExplanation/ }, |
|
214 | assert_tag :tag => 'p', :attributes => { :id => /errorExplanation/ }, | |
215 |
|
|
215 | :content => /cannot be annotated/ | |
216 | end |
|
216 | end | |
217 |
|
217 | |||
218 | def test_revision |
|
218 | def test_revision |
General Comments 0
You need to be logged in to leave comments.
Login now