summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/order/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/order/test.xml')
-rw-r--r--tests/cxx/tree/order/test.xml71
1 files changed, 0 insertions, 71 deletions
diff --git a/tests/cxx/tree/order/test.xml b/tests/cxx/tree/order/test.xml
deleted file mode 100644
index cd82936..0000000
--- a/tests/cxx/tree/order/test.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-<t:root xmlns:t="test"
- xmlns:t1="test1"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="test test.xsd">
- <t1>
- <b>b1</b>
- <a>a1</a>
- <a>a2</a>
- <b>b2</b>
- <c>c1</c>
- <d>d1</d>
- <t1:e>e1</t1:e>
- <d>d2</d>
- <t1:f>f1</t1:f>
- </t1>
- <t2>
- <b>b1</b>
- <a>a1</a>
- <b>b2</b>
- <a>a2</a>
- </t2>
- <t3>
- <a>a1</a>
- <b>b1</b>
- <c>c1</c>
- <c>c2</c>
- </t3>
- <t3>
- <a>a1</a>
- <c>c1</c>
- </t3>
- <t4>
- t1
- <b>b1</b>
- t2
- <a>a1</a>
- t3
- <b>b2</b>
- t4
- <a>a2</a>
- t5
- <t1:d>d1</t1:d>
- t6
- <c>c1</c>
- t7
- </t4>
- <t5a>
- t5a
- </t5a>
- <t5b>
- t1
- <b>b1</b>
- t2
- <a>a1</a>
- t3
- <a>a2</a>
- t4
- <b>b2</b>
- t5
- </t5b>
- <t6>
- t6
- </t6>
- <t7>
- t1
- <t1:a>a1</t1:a>
- t2
- <t1:b>b1</t1:b>
- t3
- </t7>
-</t:root>