From 9d907ff12eb907fd6a550da12b7aaaa7811da8fa Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 17 Jan 2004 12:52:14 +0000 Subject: [PATCH] commit miss :( * lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): should not expect that all platforms handle negative time_t value. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index caf72149e7..0bd35191d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Sat Jan 17 21:49:50 2004 NAKAMURA Usaku - * lib/test.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): + * lib/time.rb (test_rfc2822, test_rfc3339, test_encode_xmlschema): should not expect that all platforms handle negative time_t value. Fri Jan 16 23:53:09 2004 Nobuyoshi Nakada