##// END OF EJS Templates
fix English syntax of skipping test comment of Bazaar non ASCII environment...
Toshi MARUYAMA -
r13232:08bae5928a90
parent child
Show More
@@ -273,7 +273,7 class RepositoryBazaarTest < ActiveSupport::TestCase
273 assert_equal "/test-#{CHAR_1_UTF8_HEX}-dir/test-#{CHAR_1_UTF8_HEX}.txt", c3[2].path
273 assert_equal "/test-#{CHAR_1_UTF8_HEX}-dir/test-#{CHAR_1_UTF8_HEX}.txt", c3[2].path
274 end
274 end
275 else
275 else
276 msg = "Bazaar non ASCII output test cannot run this environment.\n"
276 msg = "Bazaar non ASCII output test cannot run on this environment.\n"
277 msg += "Encoding.locale_charmap: " + Encoding.locale_charmap + "\n"
277 msg += "Encoding.locale_charmap: " + Encoding.locale_charmap + "\n"
278 puts msg
278 puts msg
279 end
279 end
General Comments 0
You need to be logged in to leave comments. Login now