diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-17 12:52:14 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-17 12:52:14 +0000 |
commit | a1d1e1822a1f9ba651e7cc016b096efa8b6270be (patch) | |
tree | e25fd270f4a9f6b07087c401f605b57746ac4f46 | |
parent | 96522bfab9c5af149ada20c3d8d4386163feaef3 (diff) | |
download | ruby-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-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |