]> source.dussan.org Git - redmine.git/commitdiff
scm: bazaar: add more comment to non ASCII path tests at unit model test (#11834)
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Sep 2012 10:10:55 +0000 (10:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Sep 2012 10:10:55 +0000 (10:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10423 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_bazaar_test.rb

index 7f2abdec0d08e07c3358ea90521427d8be0cffd3..656161a74f117e05cf5a083b042b349dbaf42429 100644 (file)
@@ -30,12 +30,12 @@ class RepositoryBazaarTest < ActiveSupport::TestCase
 
   # Bazaar core does not support xml output such as Subversion and Mercurial.
   # "bzr" command output and command line parameter depend on locale.
-  # So, tests cannot run independent locale.
+  # So, non ASCII path tests cannot run independent locale.
   #
-  # If you want to run Bazaar non ASCII path tests on *Ruby 1.9*,
+  # If you want to run Bazaar non ASCII path tests on Linux *Ruby 1.9*,
   # you need to set locale character set "ISO-8859-1".
   # E.g. "LANG=en_US.ISO-8859-1".
-  # On other platforms (e.g. Ruby 1.8, JRuby),
+  # On Linux other platforms (e.g. Ruby 1.8, JRuby),
   # you need to set "RUN_LATIN1_OUTPUT_TEST = true" manually.
   #
   # On Windows, because it is too hard to change system locale,