summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-07-10 16:22:16 +0200
committergjoranv <gv@verizonmedia.com>2019-07-10 16:41:52 +0200
commitd61ecb2cb1340aa9e708678791c77226826066db (patch)
treefb17bc7cb0201fc434cc69dced37067edad20be7 /config-model/src/test/cfg/application
parent6a7d07037ce40a637441078afe6951c00d189e7b (diff)
Deprecate 'jdisc', and update all tests to use 'container.
Diffstat (limited to 'config-model/src/test/cfg/application')
-rw-r--r--config-model/src/test/cfg/application/app_permanent/permanent-services.xml4
-rw-r--r--config-model/src/test/cfg/application/include_dirs/services.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/config-model/src/test/cfg/application/app_permanent/permanent-services.xml b/config-model/src/test/cfg/application/app_permanent/permanent-services.xml
index c8a89775d27..2efbc08a68f 100644
--- a/config-model/src/test/cfg/application/app_permanent/permanent-services.xml
+++ b/config-model/src/test/cfg/application/app_permanent/permanent-services.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. -->
<services version="1.0">
- <jdisc version="1.0">
+ <container version="1.0">
<search />
- </jdisc>
+ </container>
</services>
diff --git a/config-model/src/test/cfg/application/include_dirs/services.xml b/config-model/src/test/cfg/application/include_dirs/services.xml
index dbd41cec43a..4374cc78bb0 100644
--- a/config-model/src/test/cfg/application/include_dirs/services.xml
+++ b/config-model/src/test/cfg/application/include_dirs/services.xml
@@ -7,7 +7,7 @@
<logserver hostalias="node1" />
</admin>
- <jdisc id="default" version="1.0">
+ <container id="default" version="1.0">
<!-- <component id="test.Exampledocproc"/> -->
<components>
<include dir="jdisc_dir"/>
@@ -21,6 +21,6 @@
<nodes>
<node hostalias="node1" />
</nodes>
- </jdisc>
+ </container>
</services>