1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
usa 2004-01-17 12:52:14 +00:00
parent 3dea3d810f
commit 9d907ff12e

View file

@ -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>