configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/errorruleproject/test4/confml/invalid_python_eval.confml
changeset 3 e7e0ae78773e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/plugins/common/ConeLegacyRulePlugin/legacyruleplugin/tests/errorruleproject/test4/confml/invalid_python_eval.confml	Tue Aug 10 14:29:28 2010 +0300
@@ -0,0 +1,10 @@
+<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="EvalTest4" name="Test settings for eval blocks">
+    <setting ref="StringResult" name="String result" type="string" />
+  </feature>
+  <data>
+    <EvalTest4>
+      <StringResult>0</StringResult>
+    </EvalTest4>
+  </data>
+</configuration>