summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test4.xml')
-rw-r--r--document/src/tests/vespaxml/test4.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/document/src/tests/vespaxml/test4.xml b/document/src/tests/vespaxml/test4.xml
deleted file mode 100644
index 8a4777344d6..00000000000
--- a/document/src/tests/vespaxml/test4.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.uio.no/">
- <title>TestTitle</title>
- <last_downloaded>100</last_downloaded>
- </document>
-
- <document type="news" id="http://www.dagbladet.no/">
- <title>Title2</title>
- <last_downloaded>100</last_downloaded>
- </document>
- </vespaadd>
-
- <vespaadd>
- <document type="news" id="doc:crawler2:http://www.vg.no/">
- <title>Title2</title>
- <last_downloaded>100</last_downloaded>
- </document>
- </vespaadd>
-
-</vespafeed>