summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/src/test/files/feedhandler/test10b.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vespaclient-container-plugin/src/test/files/feedhandler/test10b.xml')
-rw-r--r--vespaclient-container-plugin/src/test/files/feedhandler/test10b.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/vespaclient-container-plugin/src/test/files/feedhandler/test10b.xml b/vespaclient-container-plugin/src/test/files/feedhandler/test10b.xml
new file mode 100644
index 00000000000..44762f594e0
--- /dev/null
+++ b/vespaclient-container-plugin/src/test/files/feedhandler/test10b.xml
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+
+<!--
+ Document : test10.xml
+ Created on : July 27, 2007, 11:37 AM
+ Author : alimf
+ Description:
+ this feed contains both documents, updates and removes.
+-->
+
+<vespafeed>
+
+ <document documenttype="news" documentid="doc:news:http://news10a">
+ <url>testUrl</url>
+ <title>testTitle</title>
+ <last_downloaded>1</last_downloaded>
+ <value_long>2</value_long>
+ <value_content>testValueContent</value_content>
+ <stringarr>
+ <item>stringarrItem1</item>
+ <item>stringarrItem2</item>
+ </stringarr>
+ <intarr>
+ <item>3</item>
+ <item>4</item>
+ </intarr>
+ <longarr>
+ <item>5</item>
+ <item>6</item>
+ </longarr>
+ <bytearr>
+ <item>7</item>
+ <item>8</item>
+ </bytearr>
+ <floatarr>
+ <item>9</item>
+ <item>10</item>
+ </floatarr>
+ <weightedsetint>
+ <item weight="11">11</item>
+ <item weight="12">12</item>
+ </weightedsetint>
+ <weightedsetstring>
+ <item weight="13">string13</item>
+ <item weight="14">string14</item>
+ </weightedsetstring>
+ </document>
+
+ <document documenttype="news" documentid="doc:news:http://news10b">
+ <url>testUrl2</url>
+ </document>
+</vespafeed>