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:
parent
5c2c85a68a
commit
fa1fe47191
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue