summaryrefslogtreecommitdiffstats
path: root/document/src/test/vespaxmlparser/test_uri.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/test/vespaxmlparser/test_uri.xml')
-rw-r--r--document/src/test/vespaxmlparser/test_uri.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/document/src/test/vespaxmlparser/test_uri.xml b/document/src/test/vespaxmlparser/test_uri.xml
index 92f77d8ec99..d1240af105f 100644
--- a/document/src/test/vespaxmlparser/test_uri.xml
+++ b/document/src/test/vespaxmlparser/test_uri.xml
@@ -1,12 +1,12 @@
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<vespafeed>
- <document documenttype="my_doc" documentid="id:ns:my_doc::">
+ <document documenttype="my_doc" documentid="doc:scheme:">
<my_uri>scheme://host</my_uri>
</document>
- <document documenttype="my_doc" documentid="id:ns:my_doc::">
+ <document documenttype="my_doc" documentid="doc:scheme:">
<my_arr><item>scheme://host</item></my_arr>
</document>
- <update documenttype="my_doc" documentid="id:ns:my_doc::">
+ <update documenttype="my_doc" documentid="doc:scheme:">
<add field="my_arr">
<item>scheme://host</item>
</add>