aboutsummaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/data/bookstore/bookstoreData.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/src/test/resources/data/bookstore/bookstoreData.xml')
-rw-r--r--integration-test/src/test/resources/data/bookstore/bookstoreData.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/bookstore/bookstoreData.xml b/integration-test/src/test/resources/data/bookstore/bookstoreData.xml
new file mode 100644
index 0000000000..b2733550df
--- /dev/null
+++ b/integration-test/src/test/resources/data/bookstore/bookstoreData.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<bookstore xmlns="org:onap:cps:sample">
+ <categories>
+ <code>1</code>
+ <name>SciFi</name>
+ <books>
+ <title>2001: A Space Odyssey</title>
+ <lang>en</lang>
+ <authors>Iain M. Banks</authors>
+ <editions>1994</editions>
+ <price>895</price>
+ </books>
+ </categories>
+</bookstore> \ No newline at end of file