From fa1fe471916b0f84b2fe23e89e3fb4ca9b83e1da Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 7 May 2011 14:10:43 +0000 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 --- test/functional/repositories_mercurial_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 3d211158..b6a1fb6d 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', -- 2.11.0