]> source.dussan.org Git - redmine.git/commitdiff
fix English syntax of skipping test comment of Bazaar non ASCII environment
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Nov 2014 11:23:16 +0000 (11:23 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 18 Nov 2014 11:23:16 +0000 (11:23 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13614 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_bazaar_test.rb

index da2103797a4dda514b02777f584c8b86a9a8b303..40f2815821e6518b575e36bd6608584cc2dab6bd 100644 (file)
@@ -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