diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-19 17:33:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2020-12-19 17:33:04 +0000 |
commit | 7d212f4b3592f05d58ddc101947f767027a0436a (patch) | |
tree | bb1e5609744a6424c9d9d8cdf977cef24709b4ea /test/functional/repositories_filesystem_controller_test.rb | |
parent | 863ea48a659b9138487f7ee2d2051e7cea89d71c (diff) | |
download | redmine-7d212f4b3592f05d58ddc101947f767027a0436a.tar.gz redmine-7d212f4b3592f05d58ddc101947f767027a0436a.zip |
use '\' instead of '+' to concatenate strings at RepositoriesFilesystemControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20678 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/repositories_filesystem_controller_test.rb')
-rw-r--r-- | test/functional/repositories_filesystem_controller_test.rb | 4 |
1 files 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 => /日本語/ |