Index: /trunk/t3q-examples/checkInterfaceModuleContainmentCheck/checkInterfaceModuleContainmentGood.ttcn3
===================================================================
--- /trunk/t3q-examples/checkInterfaceModuleContainmentCheck/checkInterfaceModuleContainmentGood.ttcn3	(revision 36)
+++ /trunk/t3q-examples/checkInterfaceModuleContainmentCheck/checkInterfaceModuleContainmentGood.ttcn3	(revision 37)
@@ -2,8 +2,10 @@
     import from LibCommon_time all;
 
-    // good module, only component definitions
+    // good module, only component, port, and type definitions
 
 	type component component_1 {
 	}
+
+	type record x {integer x} 
 
 	group g_1{
