##// END OF EJS Templates
scm: git: fix a comment of functional annotate test....
Toshi MARUYAMA -
r5790:413f5278b211
parent child
Show More
@@ -249,7 +249,7 class RepositoriesGitControllerTest < ActionController::TestCase
249 get :annotate, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb']
249 get :annotate, :id => PRJ_ID, :path => ['sources', 'watchers_controller.rb']
250 assert_response :success
250 assert_response :success
251 assert_template 'annotate'
251 assert_template 'annotate'
252 # Line 23, changeset 2f9c0091
252 # Line 24, changeset 2f9c0091
253 assert_tag :tag => 'th', :content => '24',
253 assert_tag :tag => 'th', :content => '24',
254 :sibling => {
254 :sibling => {
255 :tag => 'td',
255 :tag => 'td',
General Comments 0
You need to be logged in to leave comments. Login now