summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test37.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test37.xml')
-rw-r--r--document/src/tests/vespaxml/test37.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/document/src/tests/vespaxml/test37.xml b/document/src/tests/vespaxml/test37.xml
deleted file mode 100644
index 8993dd99640..00000000000
--- a/document/src/tests/vespaxml/test37.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<vespafeed>
- <vespaadd idprefix="doc:crawler:">
- <document type="news" id="http://www.ntnu.no/1">
- <title>TestTitle1</title>
- <last_downloaded>100</last_downloaded>
- <weightedsetstring>
- <item>one</item>
- <item>two</item>
- <item>three</item>
- <item>four</item>
- <item>five</item>
- </weightedsetstring>
- <weightedsetint>
- <item>1</item>
- <item>2</item>
- <item>3</item>
- <item>4</item>
- <item>5</item>
- </weightedsetint>
- </document>
- </vespaadd>
-</vespafeed>