configurationengine/source/cone/confml/tests/testdata/pickle_unpickle/data.confml
changeset 4 0951727b8815
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/source/cone/confml/tests/testdata/pickle_unpickle/data.confml	Wed Sep 08 12:20:56 2010 +0300
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<configuration xmlns="http://www.s60.com/xml/confml/2" name="data">
+    <data>
+        <TestFeature>
+            <Template template="true"/>
+            <InvalidMap map="foobar"/>
+            <EmptyMap map=""/>
+            <Empty empty="true"/>
+        </TestFeature>
+    </data>
+</configuration>
\ No newline at end of file