From 1e4c606b1a6d1fcf619b0341487b838ee6f6d686 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 29 Sep 2009 13:22:27 +0000 Subject: * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec is not enough to distinguish arguments. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44e647b2f..7347127e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 29 22:19:36 2009 Tanaka Akira + + * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec + is not enough to distinguish arguments. + Tue Sep 29 21:16:35 2009 NARUSE, Yui * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding. -- cgit