From 7d212f4b3592f05d58ddc101947f767027a0436a Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 19 Dec 2020 17:33:04 +0000 Subject: [PATCH] use '\' instead of '+' to concatenate strings at RepositoriesFilesystemControllerTest git-svn-id: http://svn.redmine.org/redmine/trunk@20678 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/repositories_filesystem_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/repositories_filesystem_controller_test.rb b/test/functional/repositories_filesystem_controller_test.rb index 9f80674da..cd95e3c0d 100644 --- a/test/functional/repositories_filesystem_controller_test.rb +++ b/test/functional/repositories_filesystem_controller_test.rb @@ -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 => /日本語/ -- 2.39.5