##// END OF EJS Templates
scm: git: fix annotate test due to changing en.yml (#8035, #7855)....
Toshi MARUYAMA -
r5148:f96d7ce8e0cf
parent child
Show More
@@ -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 :content => /can not be annotated/
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