Sync with 5.4.3
[deliverable/titan.core.git] / regression_test / unionOper / config.cfg
index 8642eee12b89a8a32ff4e172b88dc49ccdcb1150..2a491e116d1fb2db5b50a07b44512ac3190265d2 100644 (file)
@@ -6,6 +6,15 @@
 # http://www.eclipse.org/legal/epl-v10.html
 ###############################################################################
 [MODULE_PARAMETERS]
+mp := {
+  uni1 := { r := { } },
+  uni2 := { s := { } },
+  unis := {
+    { r := { } },
+    { s := { } }
+  }
+};
+
 [LOGGING]
 Logfile := "unionOper.log"
 FileMask := LOG_ALL
This page took 0.02374 seconds and 5 git commands to generate.