Tobias Pape uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-topa.266.mcz==================== Summary ====================
Name: CollectionsTests-topa.266
Author: topa
Time: 10 July 2016, 9:15:50.348455 pm
UUID: 802d5712-f7aa-488e-9af5-dccaf7a3f7c8
Ancestors: CollectionsTests-topa.265
Fix class comment
=============== Diff against CollectionsTests-topa.265 ===============
Item was changed:
TestCase subclass: #Ascii85ConverterTest
instanceVariableNames: 'decoded encoded'
classVariableNames: ''
poolDictionaries: ''
category: 'CollectionsTests-Streams'!
+ !Ascii85ConverterTest commentStamp: 'topa 7/10/2016 21:04' prior: 0!
+ This is the unit test for the class Ascii85Converter.!
- !Ascii85ConverterTest commentStamp: '<historical>' prior: 0!
- This is the unit test for the class Base64MimeConverter. Unit tests are a good way to exercise the functionality of your system in a repeatable and automatic manner. They are therefore recommended if you plan to release anything. For more information, see:
- -
http://www.c2.com/cgi/wiki?UnitTest- -
http://minnow.cc.gatech.edu/squeak/1547- - the sunit class category!