[squeak-dev] The Trunk: NetworkTests-pre.46.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Apr 21 07:16:14 UTC 2017


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

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

Name: NetworkTests-pre.46
Author: pre
Time: 21 April 2017, 9:16:06.214887 am
UUID: 5c3d3bf7-fd9b-4b48-afee-94771ad4d4bc
Ancestors: NetworkTests-pre.45

Changing fixture code for an utf8 string to a more concise version

=============== Diff against NetworkTests-pre.45 ===============

Item was changed:
  ----- Method: MIMEDocumentTest>>utf8String (in category 'as yet unclassified') -----
  utf8String
  
+ 	^ #[199 161 84 83 67 72] asString!
- 	^ (ByteArray newFrom: #(199 161 84 83 67 72)) asString!



More information about the Squeak-dev mailing list