configurationengine/source/plugins/example/ConeExampleValidatorPlugin/examplevalidatorplugin/tests/testdata/test.confml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns="http://www.s60.com/xml/confml/1" name="ExampleValidatorTest">
    <feature ref="ExampleValidatorTest" name="Settings for example validator testing">
        <setting ref="SomeSetting" name="Some setting" type="string"/>
        <setting ref="FOO_SomeSetting1" name="FOO - Some setting 1" type="string"/>
        <setting ref="FOO_SomeSetting2" name="FOO - Some setting 2" type="string"/>
    </feature>
    <data>
        <ExampleValidatorTest>
            <SomeSetting>foo bar</SomeSetting>
            <FOO_SomeSetting1>abc foo</FOO_SomeSetting1>
            <FOO_SomeSetting2>abc123</FOO_SomeSetting2>
        </ExampleValidatorTest>
    </data>
</configuration>