configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/errorruleproject/test2/confml/invalid_python_eval.confml
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<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="EvalTest2" name="Test settings for eval blocks">
    <setting ref="StringResult" name="String result" type="string" />
  </feature>
  <data>
    <EvalTest2>
      <StringResult>0</StringResult>
    </EvalTest2>
  </data>
</configuration>