[squeak-dev] The Inbox: Chronology-Tests-ct.26.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jul 2 16:11:38 UTC 2021


A new version of Chronology-Tests was added to project The Inbox:
http://source.squeak.org/inbox/Chronology-Tests-ct.26.mcz

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

Name: Chronology-Tests-ct.26
Author: ct
Time: 2 July 2021, 6:11:37.026885 pm
UUID: 4120c3b9-f3b7-6449-8bb5-1a23a8f5554b
Ancestors: Chronology-Tests-dtl.25

Complements Chronology-Core-ct.67.

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

Item was added:
+ ----- Method: DurationTest>>testBusyWait (in category 'tests') -----
+ testBusyWait
+ 	
+ 	| start |
+ 	start := DateAndTime new.
+ 	(Duration milliSeconds: 500) busyWait.
+ 	self assert: DateAndTime now - start >= (Duration milliSeconds: 500).!



More information about the Squeak-dev mailing list