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

commits at source.squeak.org commits at source.squeak.org
Mon Sep 12 17:50:14 UTC 2011


A new version of NetworkTests was added to project The Inbox:
http://source.squeak.org/inbox/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