]> source.dussan.org Git - redmine.git/commitdiff
scm: git: fix indents of non ASCII path annotate test (#14931)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 18 Sep 2013 13:23:09 +0000 (13:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 18 Sep 2013 13:23:09 +0000 (13:23 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12153 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_git_controller_test.rb

index cb482aad7c2f66ce3e5783e2d8d46118a0bc5f1f..16907e42ab8a75ab4df04cc528a9bca652d4a89b 100644 (file)
@@ -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