summaryrefslogtreecommitdiff
path: root/python/test/Ice/optional/ServerAMD.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2016-09-09 11:54:22 -0400
committerJoe George <joe@zeroc.com>2016-09-09 11:54:22 -0400
commitfe44a9d2ba119e5ce7f5e059e2109b783f8598d9 (patch)
treefefa5a4bdf537c52788515287521c133ae8f3a90 /python/test/Ice/optional/ServerAMD.py
parentMinor cleanup to TestUtil.py (diff)
downloadice-fe44a9d2ba119e5ce7f5e059e2109b783f8598d9.tar.bz2
ice-fe44a9d2ba119e5ce7f5e059e2109b783f8598d9.tar.xz
ice-fe44a9d2ba119e5ce7f5e059e2109b783f8598d9.zip
Fix ICE-7334 - Python Ice/optional cross test hang
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-xpython/test/Ice/optional/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py
index 5851064e4d9..15f4ca42867 100755
--- a/python/test/Ice/optional/ServerAMD.py
+++ b/python/test/Ice/optional/ServerAMD.py
@@ -184,7 +184,7 @@ class InitialI(Test.Initial):
def supportsCppStringView_async(self, cb, current=None):
cb.ice_response(False)
- def supportsNullOptional(self, cb, current=None):
+ def supportsNullOptional_async(self, cb, current=None):
cb.ice_response(True)
def run(args, communicator):