Commit b38a5f69 authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent fb8d82eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 150 $
 ** @purpose  1:26, Ensure that non-float timeout parameters in the execute statement are rejected (in this case int).
 ** @purpose  1:26.1, Ensure that non-float timeout parameters in the execute statement are rejected (in this case int).
 ** @verdict  pass reject
 *****************************************************************/

+1 −1
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 150 $
 ** @purpose  1:26, Ensure that non-float timeout parameters in the execute statement are rejected (in this case charstring).
 ** @purpose  1:26.1, Ensure that non-float timeout parameters in the execute statement are rejected (in this case charstring).
 ** @verdict  pass reject
 *****************************************************************/

+1 −1
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 150 $
 ** @purpose  1:26, Ensure that parameters are passed correctly into the test case.
 ** @purpose  1:26.1, Ensure that parameters are passed correctly into the test case.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

+1 −1
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 150 $
 ** @purpose  1:26, Ensure that multiple parameters of different types are passed correctly into the test case.
 ** @purpose  1:26.1, Ensure that multiple parameters of different types are passed correctly into the test case.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

+1 −1
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 150 $
 ** @purpose  1:26, Ensure that the timeout specified with the execute statement is respected.
 ** @purpose  1:26.1, Ensure that the timeout specified with the execute statement is respected.
 ** @verdict  pass accept, ttcn3verdict:error
 *****************************************************************/

Loading