Commit 16b561e9 authored by zeiss's avatar zeiss
Browse files

corrected the sections in the @purpose tag.

parent e49c513b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
 ** @author   STF 409 
 ** @author   STF 409 
 ** @version  $Rev$
 ** @version  $Rev$
 ** @desc     Test cases for clause 5.2 Scope rules                     
 ** @desc     Test cases for clause 5.2 Scope rules                     
 ** @purpose  1:5.2, 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
 ***************************************************/
 ***************************************************/
module Sem_050201_Scope_of_parameters_001 {
module Sem_050201_Scope_of_parameters_001 {
+1 −1
Original line number Original line Diff line number Diff line
/***************************************************
/***************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev$
 ** @version  $Rev$
 ** @purpose  1:5.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
 ***************************************************/
 ***************************************************/
module NegSem_050202_Uniqueness_001 {
module NegSem_050202_Uniqueness_001 {
+1 −1
Original line number Original line Diff line number Diff line
/***************************************************
/***************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev: 20 $
 ** @version  $Rev: 20 $
 ** @purpose  1:5.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
 ***************************************************/
 ***************************************************/
module NegSem_050202_Uniqueness_002 {
module NegSem_050202_Uniqueness_002 {
+1 −1
Original line number Original line Diff line number Diff line
/***************************************************
/***************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev: 20 $
 ** @version  $Rev: 20 $
 ** @purpose  1:5.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
 ***************************************************/
 ***************************************************/
module NegSem_050202_Uniqueness_003 {
module NegSem_050202_Uniqueness_003 {
+1 −1
Original line number Original line Diff line number Diff line
/***************************************************
/***************************************************
 ** @author   STF 409
 ** @author   STF 409
 ** @version  $Rev$
 ** @version  $Rev$
 ** @purpose  1:5.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
 ***************************************************/
 ***************************************************/
module NegSem_050202_Uniqueness_004 {
module NegSem_050202_Uniqueness_004 {
Loading