[Pkg] The Trunk: NetworkTests-smalltalkCI.48.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jun 6 12:32:01 UTC 2017


Patrick Rein uploaded a new version of NetworkTests to project The Trunk:
http://source.squeak.org/trunk/NetworkTests-smalltalkCI.48.mcz

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

Name: NetworkTests-smalltalkCI.48
Author: smalltalkCI
Time: 6 June 2017, 2:31:54.223602 pm
UUID: 24b79a9e-7d49-4a64-9860-02abbaf1a16a
Ancestors: NetworkTests-pre.47

Adds a test checking for the basic functionality of parsing an email object from an incoming string

=============== Diff against NetworkTests-pre.47 ===============

Item was added:
+ ----- Method: MailMessageTest>>testCreateMailMessage (in category 'testing') -----
+ testCreateMailMessage
+ 
+ 	| newMail |
+ 	newMail := MailMessage from: 'From: Al Gore <vicepresident at whitehouse.gov>
+ To: White House Transportation Coordinator <transport at whitehouse.gov>
+ Subject: [Map of a country]
+ 
+ there is a country map in this mail somewhere'.
+ 	self assert: '[Map of a country]' equals: newMail subject!



More information about the Packages mailing list