ada/sp09: Fix timer server test case

A priority of zero is valid for the timer server.
This commit is contained in:
Sebastian Huber
2017-12-04 10:52:01 +01:00
parent 535d0183d8
commit 3d7d2a37e6

View File

@@ -2828,7 +2828,7 @@ package body SPTEST is
);
TEXT_IO.PUT_LINE( "TA1 - timer_server_fire_when - INCORRECT_STATE" );
RTEMS.TIMER.INITIATE_SERVER( 0, 0, 0, STATUS );
RTEMS.TIMER.INITIATE_SERVER( 16#80000000#, 0, 0, STATUS );
TEST_SUPPORT.FATAL_DIRECTIVE_STATUS(
STATUS,
RTEMS.INVALID_PRIORITY,