The Trunk: CollectionsTests-mt.346.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-mt.346.mcz

commits-2
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.!