David T. Lewis uploaded a new version of Chronology-Tests to project The Trunk:
http://source.squeak.org/trunk/Chronology-Tests-dtl.19.mcz==================== Summary ====================
Name: Chronology-Tests-dtl.19
Author: dtl
Time: 27 January 2019, 4:43:34.528077 pm
UUID: 00b997fd-2217-4b95-b2d3-ca2a4198f6b9
Ancestors: Chronology-Tests-dtl.18
Revert to the original version of DateAndTimeLeapTest to restore its author initials and timestamp (tlk 1/2/2004 22:05). The test now now passes, so remove it as an expected failure.
Chronology tests are green.
=============== Diff against Chronology-Tests-dtl.18 ===============
Item was removed:
- ----- Method: DateAndTimeLeapTest>>expectedFailures (in category 'failures') -----
- expectedFailures
-
- ^ #(testAsSeconds)!
Item was changed:
----- Method: DateAndTimeLeapTest>>testAsSeconds (in category 'testing') -----
testAsSeconds
+ self assert: aDuration asSeconds = 48780.
+ self assert: aDateAndTime asSeconds = 3255507180
+
+ !
- self assert: aDuration asSeconds = 48780.
- self assert: aDateAndTime asSeconds = 3255507180!