Differences From Artifact [582c5dff9f]:
- File tests/natools-time_keys-tests.ads — part of check-in [79433e4065] at 2015-01-15 22:48:35 on branch trunk — time_keys-tests: almost-fully covering test suite for time keys (user: nat, size: 1434) [annotate] [blame] [check-ins using]
To Artifact [71458af104]:
- File tests/natools-time_keys-tests.ads — part of check-in [d3c251409e] at 2015-04-11 21:09:32 on branch trunk — time_keys-tests: add a test showing a subsecond rounding bug (user: nat, size: 1503) [annotate] [blame] [check-ins using]
︙ | |||
19 20 21 22 23 24 25 26 27 | 19 20 21 22 23 24 25 26 27 28 | + | package Natools.Time_Keys.Tests is package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); procedure Roundtrips (Report : in out NT.Reporter'Class); procedure Subsecond_Rounding (Report : in out NT.Reporter'Class); end Natools.Time_Keys.Tests; |