summaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/testXMLfile.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-08-20 20:19:17 +0200
committerGitHub <noreply@github.com>2019-08-20 20:19:17 +0200
commitbe5759f30affe0e38ea4c442586a457f9cb698f8 (patch)
treeb421dfbf3820cce86f061c5cadcc18ac77928f06 /document/src/test/vespaxmlparser/testXMLfile.xml
parenta778b3d1df63047183bb7f8659f4a612d2f2432d (diff)
parentb475c8edb10376328ae8212f0f13b249ecfcff39 (diff)
Merge pull request #10329 from vespa-engine/balder/remove-doc-ids-part-5
doc: -> id:
Diffstat (limited to 'document/src/test/vespaxmlparser/testXMLfile.xml')
-rw-r--r--document/src/test/vespaxmlparser/testXMLfile.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/document/src/test/vespaxmlparser/testXMLfile.xml b/document/src/test/vespaxmlparser/testXMLfile.xml
index d8100efa327..29b6041a14a 100644
--- a/document/src/test/vespaxmlparser/testXMLfile.xml
+++ b/document/src/test/vespaxmlparser/testXMLfile.xml
@@ -1,7 +1,7 @@
<?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 documenttype="music" documentid="doc:music:http://music.yahoo.com/bobdylan/BestOf">
+ <document documenttype="music" documentid="id:ns::music::http://music.yahoo.com/bobdylan/BestOf">
<url>http://music.yahoo.com/bobdylan/BestOf</url>
<songs>Knockin on Heaven's Door; Mr. Tambourine Man</songs>
<title>Best of Bob Dylan</title>
@@ -18,9 +18,9 @@
</popularity>
</document>
- <remove documentid="doc:music:http://music.yahoo.com/BritneySpears/HitMe"/>
+ <remove documentid="id:ns:music::http://music.yahoo.com/BritneySpears/HitMe"/>
- <update documenttype="music" documentid="doc:music:http://music.yahoo.com/bobdylan/BestOf">
+ <update documenttype="music" documentid="id:ns:music::http://music.yahoo.com/bobdylan/BestOf">
<assign field="title">The Best of Bob Dylan</assign>
<add field="tracks">
<item>Man Of Constant Sorrow</item>