aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/polymorphism/any-type/test.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-16 09:48:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-16 09:48:20 +0200
commit4ed219d64921e14b9809fd3a535f94fbe2c01d26 (patch)
treec1209bfc2428dcc40b33090c736de06ae8219b55 /tests/cxx/hybrid/polymorphism/any-type/test.xml
parent14b0a6960b6dff5d5bbe226d4368e3dbf9f9628b (diff)
Make the tests more uniform
Diffstat (limited to 'tests/cxx/hybrid/polymorphism/any-type/test.xml')
-rw-r--r--tests/cxx/hybrid/polymorphism/any-type/test.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/cxx/hybrid/polymorphism/any-type/test.xml b/tests/cxx/hybrid/polymorphism/any-type/test.xml
deleted file mode 100644
index f0a8bcb..0000000
--- a/tests/cxx/hybrid/polymorphism/any-type/test.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
- <t:any><x>abc</x>junk<y>123</y></t:any>
- <t:base ><a>123</a><b>abc</b></t:base>
- <t:any xsi:type="t:derived"><a>123</a><b>abc</b><c>9</c><c>8</c><c>7</c></t:any>
-
-</t:root>