##// END OF EJS Templates
scm: bazaar: add more comment to non ASCII path tests at unit model test (#11834)...
Toshi MARUYAMA -
r10240:74f7fc38f078
parent child
Show More
@@ -30,12 +30,12 class RepositoryBazaarTest < ActiveSupport::TestCase
30 30
31 31 # Bazaar core does not support xml output such as Subversion and Mercurial.
32 32 # "bzr" command output and command line parameter depend on locale.
33 # So, tests cannot run independent locale.
33 # So, non ASCII path tests cannot run independent locale.
34 34 #
35 # If you want to run Bazaar non ASCII path tests on *Ruby 1.9*,
35 # If you want to run Bazaar non ASCII path tests on Linux *Ruby 1.9*,
36 36 # you need to set locale character set "ISO-8859-1".
37 37 # E.g. "LANG=en_US.ISO-8859-1".
38 # On other platforms (e.g. Ruby 1.8, JRuby),
38 # On Linux other platforms (e.g. Ruby 1.8, JRuby),
39 39 # you need to set "RUN_LATIN1_OUTPUT_TEST = true" manually.
40 40 #
41 41 # On Windows, because it is too hard to change system locale,
General Comments 0
You need to be logged in to leave comments. Login now