summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python/domain-test.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/python/domain-test.composite')
-rw-r--r--sca-cpp/trunk/modules/python/domain-test.composite4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/python/domain-test.composite b/sca-cpp/trunk/modules/python/domain-test.composite
index 7318f96520..a0e92dfb0c 100644
--- a/sca-cpp/trunk/modules/python/domain-test.composite
+++ b/sca-cpp/trunk/modules/python/domain-test.composite
@@ -23,14 +23,14 @@
name="domain-test">
<component name="python-test">
- <t:implementation.python uri="server-test.py"/>
+ <t:implementation.python script="server-test.py"/>
<service name="test">
<t:binding.http uri="python"/>
</service>
</component>
<component name="client-test">
- <t:implementation.python uri="client-test.py"/>
+ <t:implementation.python script="client-test.py"/>
<service name="client">
<t:binding.http uri="client"/>
</service>