diff options
Diffstat (limited to 'python/test/Ice/operations/TestI.py')
-rw-r--r-- | python/test/Ice/operations/TestI.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/operations/TestI.py b/python/test/Ice/operations/TestI.py index c58e4729b48..84eb7df938e 100644 --- a/python/test/Ice/operations/TestI.py +++ b/python/test/Ice/operations/TestI.py @@ -37,6 +37,9 @@ class MyDerivedClassI(Test.MyDerivedClass): def shutdown(self, current=None): current.adapter.getCommunicator().shutdown() + def supportsCompress(self, current=None): + return True + def opVoid(self, current=None): test(current.mode == Ice.OperationMode.Normal) |