summaryrefslogtreecommitdiffstats
path: root/document/src/tests/vespaxml/test41.xml
diff options
context:
space:
mode:
Diffstat (limited to 'document/src/tests/vespaxml/test41.xml')
-rw-r--r--document/src/tests/vespaxml/test41.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/document/src/tests/vespaxml/test41.xml b/document/src/tests/vespaxml/test41.xml
deleted file mode 100644
index b92c2e586a8..00000000000
--- a/document/src/tests/vespaxml/test41.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<vespafeed>
- <update documenttype="news" documentid="doc:crawler:http://www.ntnu.no/">
- <assign field="stringarr">
- <item>First</item>
- <item>Second</item>
- </assign>
- <add field="stringarr">
- <item>Third</item>
- <item>Fourth</item>
- </add>
- <remove field="stringarr">
- <item>Fifth</item>
- <item>Sixth</item>
- </remove>
- <assign field="intarr">
- <item>100</item>
- <item>200</item>
- </assign>
- <assign field="intarr"></assign>
- </update>
-</vespafeed>