diff options
author | Joe George <joe@zeroc.com> | 2016-09-09 11:54:22 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-09-09 11:54:22 -0400 |
commit | fe44a9d2ba119e5ce7f5e059e2109b783f8598d9 (patch) | |
tree | fefa5a4bdf537c52788515287521c133ae8f3a90 /python/test/Ice/optional/ServerAMD.py | |
parent | Minor cleanup to TestUtil.py (diff) | |
download | ice-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-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 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): |