[Pkg] The Trunk: KernelTests-nice.439.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Nov 24 12:32:29 UTC 2022


Nicolas Cellier uploaded a new version of KernelTests to project The Trunk:
http://source.squeak.org/trunk/KernelTests-nice.439.mcz

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

Name: KernelTests-nice.439
Author: nice
Time: 24 November 2022, 1:32:33.892191 pm
UUID: 8df6517c-ba65-fd4f-b9b9-91da634a832c
Ancestors: KernelTests-nice.438

Oups, fix my own miserable mistake.

=============== Diff against KernelTests-nice.438 ===============

Item was changed:
  ----- Method: SqNumberParserTest>>testIntegerWithPositiveExponent (in category 'tests - Integer') -----
  testIntegerWithPositiveExponent
  	self assert: (SqNumberParser parse: '12e3') isInteger.
+ 	self assert: 12000 equals: (SqNumberParser parse: '12e3').!
- 	self assert: 1200 equals: (SqNumberParser parse: '12e3').!



More information about the Packages mailing list