OSDN Git Service

scm: mercurial: fix indent test_annotate_latin_1_path() in functional test.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 May 2011 14:10:43 +0000 (14:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 7 May 2011 14:10:43 +0000 (14:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5691 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_mercurial_controller_test.rb

index 3d21115..b6a1fb6 100644 (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',