diff -r 000000000000 -r 2e8eeb919028 configurationengine/source/cone/confml/tests/testdata/read_write/feature1.confml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/configurationengine/source/cone/confml/tests/testdata/read_write/feature1.confml Thu Mar 11 17:04:37 2010 +0200 @@ -0,0 +1,112 @@ + + + + Feature with all supported setting types + + A real setting + + + An int setting + + + A string setting + + + A boolean setting + + + A selection setting + + + + A multi-selection setting + + + + A sequence setting + + A real sub-setting + + + An int sub-setting + + + A string sub-setting + + + A boolean sub-setting + + + A selection sub-setting + + + A multi-selection sub-setting + + + + + + 3.14 + 10 + default string + true + 1 + "opt 0" "opt 2" "opt 4" + + 1.0 + 1 + template + false + 0 + "opt 0" + + + 1.25 + 128 + def1 + false + 1 + "opt 1" + + + 1.5 + 256 + def2 + false + 1 + "opt 2" + + + + + + + true + false + false + true + true + false + + +