From fa1fe471916b0f84b2fe23e89e3fb4ca9b83e1da 2011-05-07 14:10:43 From: Toshi MARUYAMA Date: 2011-05-07 14:10:43 Subject: [PATCH] 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 --- diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 3d21115..b6a1fb6 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -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',