diff options
Diffstat (limited to 'python/test/Ice/operations/TestAMDI.py')
-rwxr-xr-x | python/test/Ice/operations/TestAMDI.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/operations/TestAMDI.py b/python/test/Ice/operations/TestAMDI.py index 7c095a9a529..f5e0bb10e1a 100755 --- a/python/test/Ice/operations/TestAMDI.py +++ b/python/test/Ice/operations/TestAMDI.py @@ -63,6 +63,9 @@ class MyDerivedClassI(Test.MyDerivedClass): current.adapter.getCommunicator().shutdown() + def supportsCompress(self, current=None): + return Ice.Future.completed(True) + def opVoid(self, current=None): test(current.mode == Ice.OperationMode.Normal) |