##// END OF EJS Templates
scm: mercurial: fix indent test_annotate_latin_1_path() in functional test....
Toshi MARUYAMA -
r5571:fa1fe471916b
parent child
Show More
@@ -359,8 +359,8 class RepositoriesMercurialControllerTest < ActionController::TestCase
359 359
360 360 def test_annotate_latin_1_path
361 361 [21, '21', 'adf805632193'].each do |r1|
362 get :annotate, :id => PRJ_ID,
363 :path => ['latin-1-dir', "test-#{@char_1}-2.txt"], :rev => r1
362 get :annotate, :id => PRJ_ID,
363 :path => ['latin-1-dir', "test-#{@char_1}-2.txt"], :rev => r1
364 364 assert_response :success
365 365 assert_template 'annotate'
366 366 assert_tag :tag => 'th',
General Comments 0
You need to be logged in to leave comments. Login now