Levente Uzonyi uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-ul.246.mcz==================== Summary ====================
Name: CollectionsTests-ul.246
Author: ul
Time: 14 August 2015, 7:00:12.324 pm
UUID: 2f3963da-821d-4bea-be7f-7a10e6357841
Ancestors: CollectionsTests-topa.245
#includesSubString: -> #includesSubstring:
=============== Diff against CollectionsTests-topa.245 ===============
Item was changed:
----- Method: CharacterSetComplementTest>>testPrintString (in category 'testing') -----
testPrintString
|s|
s := CharacterSet separators complement printString.
+ self assert: (s includesSubstring: 'complement') description: 'Doesn''t describe its fundamental characteristic'.
+ self assert: (s includesSubstring: 'Character space') description: 'Doesn''t mention an important separator'.!
- self assert: (s includesSubString: 'complement') description: 'Doesn''t describe its fundamental characteristic'.
- self assert: (s includesSubString: 'Character space') description: 'Doesn''t mention an important separator'.!