summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-18 11:23:16 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-11-18 11:23:16 +0000
commit08bae5928a901ce68a4effe5ff140563798334d2 (patch)
tree47eb5d6af41faea9139d1555bc44339654a9063c
parent5d4ab52a665d101c0cb058308922d3752acce251 (diff)
downloadredmine-08bae5928a901ce68a4effe5ff140563798334d2.tar.gz
redmine-08bae5928a901ce68a4effe5ff140563798334d2.zip
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
-rw-r--r--test/unit/repository_bazaar_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb
index da2103797..40f281582 100644
--- a/test/unit/repository_bazaar_test.rb
+++ b/test/unit/repository_bazaar_test.rb
@@ -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