Sync with 5.2.0
[deliverable/titan.core.git] / function_test / Semantic_Analyser / TTCN3_SA_13_TD.script
index c4c266aec1d1afd11b8810b2e46d47e52d5e3375..36678584a8aaba7440509832829d0182cdad269f 100644 (file)
@@ -1114,49 +1114,6 @@ template RoI t_i10 :=  permutation((all from t_RoI2),100);
 error: at or before token `permutation': syntax error, unexpected PermutationKeyword
 <END_RESULT> 
 
-<END_TC>
-:exmp
-*---------------------------------------------------------------------*
-:h3. Component mapping: invalid ports
-.*---------------------------------------------------------------------*
-:xmp tab=0.
-
-<TC -Component mapping: invalid port  >
-
-<COMPILE>
-
-<MODULE TTCN test test.ttcn >
-module test {
-
-type port P message {
-  inout charstring;
-} with { extension "internal" }
-
-type component MTCType
-{
-  port P MyPCO_PT1;
-}
-
-function akarmi () runs on MTCType {
-map(mtc:MyPCO_PT, system:MyPCO_PT2);
-
-}
-
-testcase  tc_akarmi () runs on MTCType {
-map(mtc:MyPCO_PT, system:MyPCO_PT2);
-
-}
-
-}
-<END_MODULE>
-
-<RESULT COUNT 2>
-Component type `@test.MTCType' does not have port with name `MyPCO_PT'
-<END_RESULT>
-<RESULT COUNT 1>
-Component type `@test.MTCType' does not have port with name `MyPCO_PT2'
-<END_RESULT>
-
 <END_TC>
 :exmp
 
This page took 0.044067 seconds and 5 git commands to generate.