diff options
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): |