Commit 40c593ba authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent 7c6c78e2
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
/*****************************************************************
 ** @author   STF 409
 ** @version  $Rev: 61 $
 ** @purpose  1:8.2.3.7, Ensure that imports referring to future TTCN-3 versions are rejected. 
 ** @verdict  pass reject
 *****************************************************************/

module NegSem_08020308_ImportingOfImportStatementsFromT3Modules_001 {

import from NegSem_08020308_ImportingOfImportStatementsFromT3Modules_001_import_A language "TTCN-3:4000" all; // shall be rejected as the cited TTCN-3 version is obviously in the future
}

module NegSem_08020308_ImportingOfImportStatementsFromT3Modules_001 {
}
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
imports of compatible external definitions is not easily possible with TTCN-3 alone.
Therefore, the amount of tests possible in this section is highly limited.
 No newline at end of file