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',