Commit 8a22fdda authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent af6c8e8a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the addition of two integer 
 **           variables is evaluated correctly.
 ** @purpose  1:7.1.1, Ensure that the addition of two integer variables is evaluated correctly.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

+1 −2
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the addition of multiple integer 
 **           variables is evaluated correctly.
 ** @purpose  1:7.1.1, Ensure that the addition of multiple integer variables is evaluated correctly.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

+1 −3
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the addition of two integer 
 **           variables is evaluated correctly when the expression
 **           contains a negative value.
 ** @purpose  1:7.1.1, Ensure that the addition of two integer variables is evaluated correctly when the expression contains a negative value.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

+1 −2
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the substraction of two integer 
 **           variables is evaluated correctly.
 ** @purpose  1:7.1.1, Ensure that the substraction of two integer variables is evaluated correctly.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

+1 −2
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 12 $
 ** @purpose  1:7.1.1, Ensure that the substraction of multiple integer 
 **           variables is evaluated correctly.
 ** @purpose  1:7.1.1, Ensure that the substraction of multiple integer variables is evaluated correctly.
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/

Loading