From eecf11990d0b55d7e12cef3734a617d96b5642b2 Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 3 Jul 2005 14:34:03 +0000 Subject: * test/wsdl/document/test_rpc.rb: compare formatted time string of Time objects instead of comparing Time objects itself to avoid unintended conflict of usec part. [ruby-dev:26220] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f851de074..ce47a93cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jul 3 23:26:30 2005 NAKAMURA, Hiroshi + + * test/wsdl/document/test_rpc.rb: compare formatted time string of + Time objects instead of comparing Time objects itself to avoid + unintended conflict of usec part. [ruby-dev:26220] + Sat Jul 2 22:41:04 2005 Tanaka Akira * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and -- cgit