Added test cases
[deliverable/titan.core.git] / conformance_test / positive_tests / 15_templates / 1508_template_restrictions / NegSem_1508_TemplateRestrictions_050.ttcn
index 387eb6463602f64fd882570b949b90c9e9bd8abf..c39505a548f592d9e18b642d6e3a8735f34eb1ac 100644 (file)
@@ -22,7 +22,7 @@ module NegSem_1508_TemplateRestrictions_050 {
        type record Mymessage {
                integer field1,
                bitstring field2 optional
-    }
+    } with { variant " "};
        
 
     type port loopbackPort message
@@ -70,5 +70,5 @@ module NegSem_1508_TemplateRestrictions_050 {
                execute(TC_NegSem_1508_TemplateRestrictions_050());
        }
 
-}
+} with { encode "RAW"}
  
This page took 0.024063 seconds and 5 git commands to generate.