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