[squeak-dev] The Trunk: KernelTests-eem.297.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Aug 22 17:10:01 UTC 2015


Eliot Miranda uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-eem.297.mcz

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

Name: KernelTests-eem.297
Author: eem
Time: 22 August 2015, 10:09:42.663 am
UUID: 4c36a37c-ce66-46fb-9ab8-12d6b256acd6
Ancestors: KernelTests-ul.296

Remove the compact class index tests from LargeNegativeInteger as the compact class code is going away.

=============== Diff against KernelTests-ul.296 ===============

Item was removed:
- ----- Method: LargeNegativeIntegerTest>>testCompactClassIndex (in category 'tests') -----
- testCompactClassIndex
- 	Character instSize > 0 ifTrue: "No compact classes on Spur..."
- 		[self assert: 4 equals: LargeNegativeInteger indexIfCompact]
- !

Item was removed:
- ----- Method: LargePositiveIntegerTest>>testCompactClassIndex (in category 'tests') -----
- testCompactClassIndex
- 	Character instSize > 0 ifTrue: "No compact classes on Spur..."
- 		[self assert: 5 equals: LargePositiveInteger indexIfCompact]!



More information about the Squeak-dev mailing list