[squeak-dev] The Trunk: CollectionsTests-mt.346.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 14 12:22:35 UTC 2020


Marcel Taeumel uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-mt.346.mcz

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

Name: CollectionsTests-mt.346
Author: mt
Time: 14 October 2020, 2:22:33.878569 pm
UUID: 4272e57f-18b8-2946-9034-cec8b9a87451
Ancestors: CollectionsTests-mt.345

Complements Collections-mt.918

=============== Diff against CollectionsTests-mt.345 ===============

Item was added:
+ ----- Method: SequenceableCollectionTest>>testCollectWithIndexDeprecation (in category 'tests - deprecation') -----
+ testCollectWithIndexDeprecation
+ 
+ 	self assert: 1 equals: (self systemNavigation allCallsOn: #collectWithIndex:) size.!

Item was added:
+ ----- Method: SequenceableCollectionTest>>testDoWithIndexDeprecation (in category 'tests - deprecation') -----
+ testDoWithIndexDeprecation
+ 
+ 	self assert: 1 equals: (self systemNavigation allCallsOn: #doWithIndex:) size.!



More information about the Squeak-dev mailing list