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

test/functional/repositories_mercurial_controller_test.rb

index 6b91de330b65fece2a574e7553bbc1ff3b0941d2..b20640cc2fd47eae653e6380d3e0302f5cacc72d 100644 (file)
@@ -44,8 +44,8 @@ class RepositoriesMercurialControllerTest < Redmine::RepositoryControllerTest
   end
 
   if Encoding.default_external.to_s != 'UTF-8'
-    puts "TODO: Mercurial functional test fails " +
-         "when Encoding.default_external is not UTF-8. " +
+    puts "TODO: Mercurial functional test fails " \
+         "when Encoding.default_external is not UTF-8. " \
          "Current value is '#{Encoding.default_external}'"
     def test_fake; assert true end
   elsif File.directory?(REPOSITORY_PATH)