[squeak-dev] The Trunk: CollectionsTests-klc.153.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Mar 8 07:42:18 UTC 2010


Andreas Raab uploaded a new version of CollectionsTests to project The Trunk:
http://source.squeak.org/trunk/CollectionsTests-klc.153.mcz

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

Name: CollectionsTests-klc.153
Author: klc
Time: 7 March 2010, 6:39:41.895 pm
UUID: 095ce08d-8fc7-41bd-9e84-17be8df3a9d0
Ancestors: CollectionsTests-ar.152

Simple test for Collection>>#minMax

=============== Diff against CollectionsTests-ar.152 ===============

Item was added:
+ ----- Method: CollectionTest>>testMinMax (in category 'tests') -----
+ testMinMax
+ 	self assert: #(5 6 3 -3 2 1 0 4) minMax = #(-3 6).
+ 	self assert: #($f $g $a $g $u $z $s $t) minMax = #($a $z).
+ 	self assert: #(2834.83 -293482.28 99283 23 959323) minMax = #(-293482.28 959323).!




More information about the Squeak-dev mailing list