2005-05-06 Joel Sherrill <joel@OARcorp.com>

* tmtests/tmoverhd/tmtest.adb: Removed warnings.
This commit is contained in:
Joel Sherrill
2005-05-06 13:17:37 +00:00
parent d4d6c2ca09
commit 4b81d847de
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-05-06 Joel Sherrill <joel@OARcorp.com>
* tmtests/tmoverhd/tmtest.adb: Removed warnings.
2005-05-05 Joel Sherrill <joel@OARcorp.com>
* sptests/sp04/sptest.adb, tmtests/tm02/tmtest.adb,

View File

@@ -411,6 +411,14 @@ package body TMTEST is
-- TASK_WAKE_WHEN
TIME.YEAR := 2000;
TIME.MONTH := 12;
TIME.DAY := 25;
TIME.HOUR := 6;
TIME.MINUTE := 1;
TIME.SECOND := 2;
TIME.TICKS := 0;
TIMER_DRIVER.INITIALIZE;
for INDEX in 1 .. TIME_TEST_SUPPORT.OPERATION_COUNT
loop
@@ -428,6 +436,8 @@ package body TMTEST is
-- TASK_WAKE_AFTER
TIMEOUT := 1;
TIMER_DRIVER.INITIALIZE;
for INDEX in 1 .. TIME_TEST_SUPPORT.OPERATION_COUNT
loop