summaryrefslogtreecommitdiff
path: root/python/test/Ice/operations/TestAMDI.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test/Ice/operations/TestAMDI.py')
-rwxr-xr-xpython/test/Ice/operations/TestAMDI.py3
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)