]> source.dussan.org Git - redmine.git/commitdiff
use '\' instead of '+' to concatenate strings at RepositoriesFilesystemControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 19 Dec 2020 17:33:04 +0000 (17:33 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 19 Dec 2020 17:33:04 +0000 (17:33 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@20678 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/repositories_filesystem_controller_test.rb

index 9f80674dab6eece917e8821790a1ed676892b026..cd95e3c0dec3e76d8744561b001e95e784900a9b 100644 (file)
@@ -124,8 +124,8 @@ class RepositoriesFilesystemControllerTest < Redmine::RepositoryControllerTest
         assert_response :success
         assert_select 'tr#L2 td.line-code', :text => /japanese/
         if @ruby19_non_utf8_pass
-          puts "TODO: show repository file contents test fails " +
-               "when Encoding.default_external is not UTF-8. " +
+          puts "TODO: show repository file contents test fails " \
+               "when Encoding.default_external is not UTF-8. " \
                "Current value is '#{Encoding.default_external.to_s}'"
         else
           assert_select 'tr#L3 td.line-code', :text => /日本語/