diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-06-13 15:16:14 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-06-13 15:16:14 -0700 |
commit | 55152e4cb857f17260b59255b72de2d0caf45dee (patch) | |
tree | a1efae4ba3de87c97586209e0e2e833e64cc7e1d /python/test/Ice/optional/ServerAMD.py | |
parent | Fix for ICE-8044 - adapterDeactivation test failure caused by deadlock (diff) | |
download | ice-55152e4cb857f17260b59255b72de2d0caf45dee.tar.bz2 ice-55152e4cb857f17260b59255b72de2d0caf45dee.tar.xz ice-55152e4cb857f17260b59255b72de2d0caf45dee.zip |
C++ & python test fixes
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/optional/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py index 075a7c08101..b8128b426e1 100755 --- a/python/test/Ice/optional/ServerAMD.py +++ b/python/test/Ice/optional/ServerAMD.py @@ -193,7 +193,7 @@ class InitialI(Test.Initial): return Ice.Future.completed(True) 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") initial = InitialI() adapter.add(initial, Ice.stringToIdentity("initial")) |