[Pkg] The Trunk: Chronology-Tests-dtl.14.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Jan 6 16:42:14 UTC 2019


David T. Lewis uploaded a new version of Chronology-Tests to project The Trunk:
http://source.squeak.org/trunk/Chronology-Tests-dtl.14.mcz

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

Name: Chronology-Tests-dtl.14
Author: dtl
Time: 6 January 2019, 11:42:13.906548 am
UUID: 5f14d4a9-46fc-4d54-926f-6b2a14e10bee
Ancestors: Chronology-Tests-dtl.13

The hash function for DateAndTime changed as of Chronology-Core-dtl.20. Update hash tests to match the new hash values.

=============== Diff against Chronology-Tests-dtl.13 ===============

Item was changed:
  ----- Method: DateAndTimeEpochTest>>testHash (in category 'tests') -----
  testHash
  	self assert: aDateAndTime hash =    DateAndTime new hash.
+ 	self assert: aDateAndTime hash =     -2177452800000000
- 	self assert: aDateAndTime hash =     112557138
  !

Item was changed:
  ----- Method: DateAndTimeLeapTest>>testHash (in category 'testing') -----
  testHash
+ 	self assert: aDateAndTime hash =      1078054380000000
- 	self assert: aDateAndTime hash =      16256473
  !



More information about the Packages mailing list