The Trunk: NetworkTests-smalltalkCI.48.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: NetworkTests-smalltalkCI.48.mcz

commits-2
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 <[hidden email]>
+ To: White House Transportation Coordinator <[hidden email]>
+ Subject: [Map of a country]
+
+ there is a country map in this mail somewhere'.
+ self assert: '[Map of a country]' equals: newMail subject!