diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-12 15:50:06 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-12 15:50:06 +0000 |
commit | 86d05c6314beec17f77600cb1d0c0b2c53fa342f (patch) | |
tree | 63cee2a74d2fa0d224aec4a1c27028c791e18c81 /test/functional/repositories_mercurial_controller_test.rb | |
parent | c334fe23b18cba0fb69aff026fc0073e1a44e147 (diff) | |
download | redmine-86d05c6314beec17f77600cb1d0c0b2c53fa342f.tar.gz redmine-86d05c6314beec17f77600cb1d0c0b2c53fa342f.zip |
use '\' instead of '+' to concatenate strings at RepositoriesMercurialControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20643 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_mercurial_controller_test.rb')
-rw-r--r-- | test/functional/repositories_mercurial_controller_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/repositories_mercurial_controller_test.rb b/test/functional/repositories_mercurial_controller_test.rb index 6b91de330..b20640cc2 100644 --- a/test/functional/repositories_mercurial_controller_test.rb +++ b/test/functional/repositories_mercurial_controller_test.rb @@ -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) |