summaryrefslogtreecommitdiff
path: root/python/test/Slice/escape/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Slice/escape/Client.py')
-rwxr-xr-xpython/test/Slice/escape/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/escape/Client.py b/python/test/Slice/escape/Client.py
index 1946d09fc94..dbbdf199c26 100755
--- a/python/test/Slice/escape/Client.py
+++ b/python/test/Slice/escape/Client.py
@@ -75,7 +75,7 @@ def testtypes():
print("ok")
def run(args, communicator):
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp")
+ communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010")
adapter = communicator.createObjectAdapter("TestAdapter")
adapter.add(execI(), Ice.stringToIdentity("test"))
adapter.activate()