diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-18 13:23:09 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-09-18 13:23:09 +0000 |
commit | bf0676e17a81aebaa3a27910333a1c605e44b99d (patch) | |
tree | 53bfbdba63dc7a462db7e0ecf2ee404fc1a63f36 /test/functional/repositories_git_controller_test.rb | |
parent | 9c9b5e471c882067e2b6483b6030ae9b29d80714 (diff) | |
download | redmine-bf0676e17a81aebaa3a27910333a1c605e44b99d.tar.gz redmine-bf0676e17a81aebaa3a27910333a1c605e44b99d.zip |
scm: git: fix indents of non ASCII path annotate test (#14931)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12153 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_git_controller_test.rb')
-rw-r--r-- | test/functional/repositories_git_controller_test.rb | 8 |
1 files 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 |