[squeak-dev] The Trunk: KernelTests-ar.113.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Dec 1 06:10:08 UTC 2009


Andreas Raab uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-ar.113.mcz

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

Name: KernelTests-ar.113
Author: ar
Time: 30 November 2009, 10:10 am
UUID: bae112c0-a146-104a-b56f-eaa16910b2e6
Ancestors: KernelTests-nice.112

Add tests for compact class index of LPI and LNI.

=============== Diff against KernelTests-nice.112 ===============

Item was added:
+ ----- Method: LargeNegativeIntegerTest>>testCompactClassIndex (in category 'tests') -----
+ testCompactClassIndex
+ 	self assert: LargeNegativeInteger indexIfCompact = 4.
+ !

Item was added:
+ ----- Method: LargePositiveIntegerTest>>testCompactClassIndex (in category 'tests') -----
+ testCompactClassIndex
+ 	self assert: LargePositiveInteger indexIfCompact = 5.!




More information about the Squeak-dev mailing list