The Trunk: CollectionsTests-pre.279.mcz

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

The Trunk: CollectionsTests-pre.279.mcz

commits-2
Patrick Rein uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-pre.279.mcz

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

Name: CollectionsTests-pre.279
Author: pre
Time: 20 April 2017, 11:36:05.997994 am
UUID: d9801703-2175-ef41-ad6d-3eb0be4e3f22
Ancestors: CollectionsTests-fn.278

Adds a test to test the decoding of mime headers

=============== Diff against CollectionsTests-fn.278 ===============

Item was added:
+ ----- Method: StringTest>>testDecodeMimeHeader (in category 'tests - internet') -----
+ testDecodeMimeHeader
+
+ self
+ assert: 'Schöne Grüße'
+ equals: '=?utf-8?Q?Sch=C3=B6ne_Gr=C3=BC=C3=9Fe?=' decodeMimeHeader!