scm: mercurial: fix indent test_annotate_latin_1_path() in functional test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5691 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-05-07 14:10:43 +00:00
parent 5c2c85a68a
commit fa1fe47191
1 changed files with 2 additions and 2 deletions

View File

@ -359,8 +359,8 @@ class RepositoriesMercurialControllerTest < ActionController::TestCase
def test_annotate_latin_1_path
[21, '21', 'adf805632193'].each do |r1|
get :annotate, :id => PRJ_ID,
:path => ['latin-1-dir', "test-#{@char_1}-2.txt"], :rev => r1
get :annotate, :id => PRJ_ID,
:path => ['latin-1-dir', "test-#{@char_1}-2.txt"], :rev => r1
assert_response :success
assert_template 'annotate'
assert_tag :tag => 'th',