summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-05-07 14:10:43 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-05-07 14:10:43 +0000
commitfa1fe471916b0f84b2fe23e89e3fb4ca9b83e1da (patch)
tree3aa6e3ab588d00e40884c83ccee6df8bb8324a43 /test
parent5c2c85a68a8f7f716b8a22cef0210a7074e09836 (diff)
downloadredmine-fa1fe471916b0f84b2fe23e89e3fb4ca9b83e1da.tar.gz
redmine-fa1fe471916b0f84b2fe23e89e3fb4ca9b83e1da.zip
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
Diffstat (limited to 'test')
-rw-r--r--test/functional/repositories_mercurial_controller_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb
index 3d2111588..b6a1fb6de 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',