configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/tests/errorruleproject/test1/confml/testdata.confml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.

<configuration name="Eval test data" xmlns="http://www.s60.com/xml/confml/2" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
  <feature ref="EvalTest" name="Test settings for eval blocks">
    <setting ref="StringLenResult" name="String length result" type="int" />
  </feature>
  <data>
    <EvalTest>
      <StringLenResult>0</StringLenResult>
    </EvalTest>
  </data>
</configuration>