aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-19 14:49:39 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-19 14:49:39 +0000
commit8d4f4e25e5d4bdaf70e84e1615e6db227c1a96b4 (patch)
treea704c9a0b5dac333d326079ff3e210d508b4d1e1 /ChangeLog
parentda3be0f3d323771b5dcfbc828375067ddc4ee611 (diff)
downloadruby-8d4f4e25e5d4bdaf70e84e1615e6db227c1a96b4.tar.gz
* test/net/http/test_http.rb: compare encodings of two strings before
comparing themself, which suppress too big error output. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17437 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 0a2f800698..34ed8fb41b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 19 23:48:45 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * test/net/http/test_http.rb: compare encodings of two strings before
+ comparing themself, which suppress too big error output.
+
Thu Jun 19 23:46:35 2008 Yusuke Endoh <mame@tsg.ne.jp>
* ext/json/ext/parser/parser.rl, ext/json/ext/parser/parser.c: JSON