Commit 11ce8595 authored by zeiss's avatar zeiss
Browse files

replaced version numbers

parent 431f49c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
/*****************************************************************
/*****************************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev$
 ** @version  0.0.1
 ** @purpose  1:5.1, Ensure that cannot pass a charstring value to an integer variable.
 ** @purpose  1:5.1, Ensure that cannot pass a charstring value to an integer variable.
 ** @verdict  pass reject
 ** @verdict  pass reject
 *****************************************************************/
 *****************************************************************/
+1 −1
Original line number Original line Diff line number Diff line
/*****************************************************************
/*****************************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev$
 ** @version  0.0.1
 ** @purpose  1:5.1, Ensure that when the IUT loads a module containing an 
 ** @purpose  1:5.1, Ensure that when the IUT loads a module containing an 
              identifier named with a keyword then the module is rejected.
              identifier named with a keyword then the module is rejected.
 ** @verdict  pass reject
 ** @verdict  pass reject
+1 −1
Original line number Original line Diff line number Diff line
/*****************************************************************
/*****************************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev$
 ** @version  0.0.1
 ** @purpose  1:5.1, Ensure that the IUT handle the identifiers case sensitively.
 ** @purpose  1:5.1, Ensure that the IUT handle the identifiers case sensitively.
 ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
 *****************************************************************/
 *****************************************************************/
+1 −1
Original line number Original line Diff line number Diff line
/***************************************************
/***************************************************
 ** @author   STF 409 
 ** @author   STF 409 
 ** @version  $Rev$
 ** @version  0.0.1
 ** @desc     Test cases for clause 5.2 Scope rules                     
 ** @desc     Test cases for clause 5.2 Scope rules                     
 ** @purpose  1:5.2.1, Ensure that the IUT correctly handles scope of formal function parameters
 ** @purpose  1:5.2.1, Ensure that the IUT correctly handles scope of formal function parameters
 ** @verdict  pass accept, ttcn3verdict:pass
 ** @verdict  pass accept, ttcn3verdict:pass
+1 −1
Original line number Original line Diff line number Diff line
/***************************************************
/***************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev$
 ** @version  0.0.1
 ** @purpose  1:5.2.2, Ensure that the IUT correctly handles the uniqueness of variable names in its scope
 ** @purpose  1:5.2.2, Ensure that the IUT correctly handles the uniqueness of variable names in its scope
 ** @verdict  pass reject
 ** @verdict  pass reject
 ***************************************************/
 ***************************************************/
Loading