aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/serializer/polymorphism/output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/serializer/polymorphism/output')
-rw-r--r--tests/cxx/serializer/polymorphism/output1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/serializer/polymorphism/output b/tests/cxx/serializer/polymorphism/output
new file mode 100644
index 0000000..5107439
--- /dev/null
+++ b/tests/cxx/serializer/polymorphism/output
@@ -0,0 +1 @@
+<t:root xmlns:t="test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><t:base><a>1</a></t:base><t:base xsi:type="t:interm_type"><a>1</a><b>2</b></t:base><t:interm><a>1</a><b>2</b></t:interm><t:base xsi:type="t:derived_type"><a>1</a><b>2</b><c>3</c></t:base><t:derived><a>1</a><b>2</b><c>3</c></t:derived></t:root> \ No newline at end of file