[squeak-dev] The Trunk: KernelTests-fbs.272.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 14 21:29:40 UTC 2014


Frank Shearar uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-fbs.272.mcz

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

Name: KernelTests-fbs.272
Author: fbs
Time: 14 July 2014, 10:29:20.989 pm
UUID: 577e7a8d-7f08-2049-811f-fac2a7be330b
Ancestors: KernelTests-nice.271

Better error messages make for easier CI debugging.

=============== Diff against KernelTests-nice.271 ===============

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

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



More information about the Squeak-dev mailing list