summaryrefslogtreecommitdiff
path: root/python/test/Ice/proxy/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/proxy/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/proxy/ServerAMD.py b/python/test/Ice/proxy/ServerAMD.py
index 2f285d4fc8a..41cb8480313 100755
--- a/python/test/Ice/proxy/ServerAMD.py
+++ b/python/test/Ice/proxy/ServerAMD.py
@@ -37,7 +37,7 @@ class MyDerivedClassI(Test.MyDerivedClass):
return Test.MyDerivedClass.ice_isA(self, s, current)
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(MyDerivedClassI(), Ice.stringToIdentity("test"))
adapter.activate()