Differences From Artifact [cfc1ea2988]:
- File tests/natools-time_io-tests.ads — part of check-in [830bf444c4] at 2014-08-16 17:33:39 on branch trunk — time_io-tests: test suite for Time_IO subprograms, checking time interval images (user: nat, size: 1823) [annotate] [blame] [check-ins using]
To Artifact [82e02cbcd3]:
- File tests/natools-time_io-tests.ads — part of check-in [0bfc3117df] at 2014-08-18 19:21:59 on branch trunk — time_io-tests: add a test suite for RFC-3339 (user: nat, size: 1960) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 | 25 26 27 28 29 30 31 32 33 34 35 | + + | package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); procedure Human_Duration (Report : in out NT.Reporter'Class); procedure Human_Time_Difference (Report : in out NT.Reporter'Class); procedure Read_From_RFC_3339 (Report : in out NT.Reporter'Class); procedure Write_As_RFC_3339 (Report : in out NT.Reporter'Class); end Natools.Time_IO.Tests; |