forked from Imagelibrary/rtems
ada/sp09: Fix timer server test case
A priority of zero is valid for the timer server.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user