mirror of
https://github.com/redmine/redmine.git
synced 2026-03-05 12:01:23 +01:00
fix English syntax of skipping test comment of Bazaar non ASCII environment
git-svn-id: http://svn.redmine.org/redmine/trunk@13614 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -273,7 +273,7 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
|
||||
assert_equal "/test-#{CHAR_1_UTF8_HEX}-dir/test-#{CHAR_1_UTF8_HEX}.txt", c3[2].path
|
||||
end
|
||||
else
|
||||
msg = "Bazaar non ASCII output test cannot run this environment.\n"
|
||||
msg = "Bazaar non ASCII output test cannot run on this environment.\n"
|
||||
msg += "Encoding.locale_charmap: " + Encoding.locale_charmap + "\n"
|
||||
puts msg
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user