configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/tests/errorruleproject/test4/confml/invalid_python_eval.confml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<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">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
  <feature ref="EvalTest4" name="Test settings for eval blocks">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
    <setting ref="StringResult" name="String result" type="string" />
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
  </feature>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
  <data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    <EvalTest4>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
      <StringResult>0</StringResult>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    </EvalTest4>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
  </data>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
</configuration>