aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/testmapnokey.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/test/vespaxmlparser/testmapnokey.xml')
-rw-r--r--document/src/test/vespaxmlparser/testmapnokey.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/document/src/test/vespaxmlparser/testmapnokey.xml b/document/src/test/vespaxmlparser/testmapnokey.xml
new file mode 100644
index 00000000000..2d0527f5719
--- /dev/null
+++ b/document/src/test/vespaxmlparser/testmapnokey.xml
@@ -0,0 +1,23 @@
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<!--
+ NOTE: see documentmanager.cfg for document type during test
+ a new document, adding all possible fields available to this documenttype
+-->
+
+<vespafeed>
+
+ <document documenttype="news" documentid="doc:news:http://news1">
+
+ <arrmap>
+ <item>
+ <value>
+ <item>hei4</item>
+ <item>hei5</item>
+ <item>hei6</item>
+ </value>
+ </item>
+ </arrmap>
+
+ </document>
+
+</vespafeed>