summaryrefslogtreecommitdiffstats
path: root/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config-application-package/src/test/resources/app-with-invalid-files-in-subdir/services.xml')
-rw-r--r--config-application-package/src/test/resources/app-with-invalid-files-in-subdir/services.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/services.xml b/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/services.xml
new file mode 100644
index 00000000000..60d08cb615c
--- /dev/null
+++ b/config-application-package/src/test/resources/app-with-invalid-files-in-subdir/services.xml
@@ -0,0 +1,12 @@
+<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<services version='1.0'>
+ <admin version='2.0'>
+ <adminserver hostalias='node0'/>
+ </admin>
+ <content version='1.0' id='foo'>
+ <redundancy>1</redundancy>
+ <documents>
+ <document type="music.sd" mode="index" />
+ </documents>
+ </content>
+</services>