From 77ad962132cf13b55b2cf55d836c4424fbfdf114 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 18 Sep 2013 13:26:32 +0000 Subject: [PATCH] Merged r12153 from trunk to 2.3-stable (#14931) scm: git: fix indents of non ASCII path annotate test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12154 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_git_controller_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/functional/repositories_git_controller_test.rb b/test/functional/repositories_git_controller_test.rb index cb482aad7..16907e42a 100644 --- a/test/functional/repositories_git_controller_test.rb +++ b/test/functional/repositories_git_controller_test.rb @@ -535,11 +535,11 @@ class RepositoriesGitControllerTest < ActionController::TestCase assert_select "th.line-num", :text => '1' do assert_select "+ td.revision" do assert_select "a", :text => '57ca437c' - assert_select "+ td.author", :text => "jsmith" do - assert_select "+ td", - :text => "test-#{@char_1}.txt" - end + assert_select "+ td.author", :text => "jsmith" do + assert_select "+ td", + :text => "test-#{@char_1}.txt" end + end end end end