[squeak-dev] The Trunk: NetworkTests-tonyg.25.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 13 19:37:10 UTC 2011


Nicolas Cellier uploaded a new version of NetworkTests to project The Trunk:
http://source.squeak.org/trunk/NetworkTests-tonyg.25.mcz

==================== Summary ====================

Name: NetworkTests-tonyg.25
Author: tonyg
Time: 12 September 2011, 1:50:09.675 pm
UUID: 9f1111cc-4db9-410c-8b34-8aa41d55dd13
Ancestors: NetworkTests-tonyg.24

Supply a description for the test MailMessageTest>>testDateStampFractionalSecondFormatting.

=============== Diff against NetworkTests-tonyg.24 ===============

Item was changed:
  ----- Method: MailMessageTest>>testDateStampFractionalSecondFormatting (in category 'as yet unclassified') -----
  testDateStampFractionalSecondFormatting
  	self assert: (MailMessage dateStamp: (DateAndTime fromSeconds: 1.234))
+ 					= 'Tue, 1 Jan 1901 00:00:01'
+ 		description: 'RFC822 (and RFC2822) forbids non-integer seconds in dates'!
- 		equals: 'Tue, 1 Jan 1901 00:00:01'!




More information about the Squeak-dev mailing list