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