summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test_idprefix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test_idprefix.xml')
-rw-r--r--document/src/tests/vespaxml/test_idprefix.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/document/src/tests/vespaxml/test_idprefix.xml b/document/src/tests/vespaxml/test_idprefix.xml
new file mode 100644
index 00000000000..2b0487d0b94
--- /dev/null
+++ b/document/src/tests/vespaxml/test_idprefix.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<vespafeed>
+
+ <document type="news" id="http://music.yahoo.com/bobdylan/BestOf">
+ <title>Best of Bob Dylan</title>
+ </document>
+
+ <document type="news" id="http://music.yahoo.com/metallica/BestOf">
+ <title>Best of Metallica</title>
+ </document>
+
+</vespafeed>