summaryrefslogtreecommitdiff
path: root/python/test/Ice/binding/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/binding/Server.py')
-rwxr-xr-xpython/test/Ice/binding/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/binding/Server.py b/python/test/Ice/binding/Server.py
index ace8c09fbd5..d16f7e95129 100755
--- a/python/test/Ice/binding/Server.py
+++ b/python/test/Ice/binding/Server.py
@@ -15,7 +15,7 @@ Ice.loadSlice('Test.ice')
import Test, TestI
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")
id = Ice.stringToIdentity("communicator")
adapter.add(TestI.RemoteCommunicatorI(), id)