mirror of
https://github.com/redmine/redmine.git
synced 2025-11-13 00:36:01 +01:00
use '\' instead of '+' to concatenate strings at RepositoriesMercurialControllerTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20643 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user