Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / implicitOmit / config.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2015 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 ###############################################################################
8 [LOGGING]
9 ConsoleMask := ERROR | WARNING | TESTCASE | STATISTICS
10
11 LogSourceInfo := Single
12 LogEventTypes := Detailed
13
14 [MODULE_PARAMETERS]
15 marr := { [1] := { c := "clementin" } }
16 # Empty initialization is not possible from here.
17 # mrec1 := { }
18 mrec1 := { c := "clementin" }
19 mset1 := { c := "cup" }
20 mrec2 := { mr2 := { c := "cello" } }
21 mset2 := { ms2 := { c := "cello" } }
22 muni := { mr2 := { mr2 := { c := "cuba" } } }
23 mrecof1 := { [1] := { c := "clinton" } }
24 msetof1 := { [1] := { c := "clinton" } }
25 mrecof2 := { [1] := { mr2 := { c := "clinton" } } }
26 msetof2 := { [1] := { ms2 := { c := "clinton" } } }
This page took 0.041082 seconds and 5 git commands to generate.