configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/project/Layer/implml/multitest.implml
changeset 3 e7e0ae78773e
parent 2 87cfa131b535
child 4 0951727b8815
child 6 5b32dc297d05
--- a/configurationengine/source/plugins/example/ConeExamplePlugin/examplemlplugin/tests/project/Layer/implml/multitest.implml	Fri Mar 12 08:30:17 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
-    <!-- Testing that multiple implementations in a single file works correctly -->
-    
-    <test1 xmlns="http://www.example.org/xml/exampleml/1">
-        <output file="multitest1_1.txt" encoding="UTF-8">Multitest impl 1 output 1</output>
-        <output file="multitest1_2.txt" encoding="UTF-16-LE">Multitest impl 1 output 2</output>
-    </test1>
-    
-    <!-- Also test that special characters and unicode characters outside the ASCII range work -->
-    <test2 xmlns="http://www.example.org/xml/exampleml/1">
-        <output file="multitest2_1.txt" encoding="UTF-16-BE">Unicode test: ελληνικά</output>
-        <output file="multitest2_2.txt" encoding="UTF-16-LE">Special char test: &lt;&amp;></output>
-    </test2>
-</container>
\ No newline at end of file