configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/project/Layer/confml/test.confml
changeset 3 e7e0ae78773e
parent 2 87cfa131b535
child 4 0951727b8815
child 6 5b32dc297d05
--- a/configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/project/Layer/confml/test.confml	Fri Mar 12 08:30:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration xmlns="http://www.s60.com/xml/confml/1" name="TestFeature" version="1">
-  <feature ref="TestFeature" name="Settings for testing">
-    <setting ref="Value1" type="string"/>
-  
-    <setting ref="Output1File" type="string"/>
-    <setting ref="Output1Encoding" type="string"/>
-    
-    <setting ref="Output2Dir" type="string"/>
-    <setting ref="Output2Filename" type="string"/>
-  </feature>
-  <data>
-    <TestFeature>
-      <Value1>ελληνικά (unicode test), &lt;&amp;> (special char test)</Value1>
-    
-      <Output1File>some/dir/out1.txt</Output1File>
-      <Output1Encoding>UTF-16-LE</Output1Encoding>
-      
-      <Output2Dir>some/dir2</Output2Dir>
-      <Output2Filename>out2.txt</Output2Filename>
-    </TestFeature>
-  </data>
-</configuration>