summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-17 12:52:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-17 12:52:14 +0000
commit9d907ff12eb907fd6a550da12b7aaaa7811da8fa (patch)
treee25fd270f4a9f6b07087c401f605b57746ac4f46 /ChangeLog
parent3dea3d810fc488957a8ea66b55769925b6bbdbb7 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <usa@ruby-lang.org>
- * 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 <nobu@ruby-lang.org>