aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 11:25:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 11:25:12 +0000
commit60bc53a1615222d2ad0b111ca84975093cf6efc1 (patch)
treec2b11f3d7297202ad7dfb236395bd870e96d67e7 /ChangeLog
parentcefd28a84fb25b80d8afeea15df03ac90ac1d615 (diff)
downloadruby-60bc53a1615222d2ad0b111ca84975093cf6efc1.tar.gz
* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add key and salt to error message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea5aa674a4..3c82b17ba9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 21 20:23:26 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add
+ key and salt to error message.
+
Thu Aug 21 19:20:25 2008 Tanaka Akira <akr@fsij.org>
* file.c (rb_stat_inspect): don't raise if self is not initialized.