summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/ServerAMD.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2017-06-13 15:16:14 -0700
committerMark Spruiell <mes@zeroc.com>2017-06-13 15:16:14 -0700
commit55152e4cb857f17260b59255b72de2d0caf45dee (patch)
treea1efae4ba3de87c97586209e0e2e833e64cc7e1d /python/test/Ice/operations/ServerAMD.py
parentFix for ICE-8044 - adapterDeactivation test failure caused by deadlock (diff)
downloadice-55152e4cb857f17260b59255b72de2d0caf45dee.tar.bz2
ice-55152e4cb857f17260b59255b72de2d0caf45dee.tar.xz
ice-55152e4cb857f17260b59255b72de2d0caf45dee.zip
C++ & python test fixes
Diffstat (limited to 'python/test/Ice/operations/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/operations/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/operations/ServerAMD.py b/python/test/Ice/operations/ServerAMD.py
index 62edcc362c5..ed445fefdd0 100755
--- a/python/test/Ice/operations/ServerAMD.py
+++ b/python/test/Ice/operations/ServerAMD.py
@@ -29,7 +29,7 @@ Ice.loadSlice("'-I" + slice_dir + "' Test.ice")
import Test
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()