summaryrefslogtreecommitdiffstats
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
commita1d1e1822a1f9ba651e7cc016b096efa8b6270be (patch)
treee25fd270f4a9f6b07087c401f605b57746ac4f46
parent96522bfab9c5af149ada20c3d8d4386163feaef3 (diff)
downloadruby-a1d1e1822a1f9ba651e7cc016b096efa8b6270be.tar.gz
ruby-a1d1e1822a1f9ba651e7cc016b096efa8b6270be.tar.xz
ruby-a1d1e1822a1f9ba651e7cc016b096efa8b6270be.zip
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: http://svn.ruby-lang.org/repos/ruby/trunk@5478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index caf72149e..0bd35191d 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>