diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-02-13 12:35:22 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-02-13 14:15:36 +0100 |
commit | 9358fdee4360f40451641f49fcd38b177f93c4ad (patch) | |
tree | 8ff4ec1deb284d1c4335c9ea3a57c12ee4c2953d /python/test/Ice/operations/TestAMDI.py | |
parent | Fix building PHP with Windows C++ NuGet packages (diff) | |
download | ice-9358fdee4360f40451641f49fcd38b177f93c4ad.tar.bz2 ice-9358fdee4360f40451641f49fcd38b177f93c4ad.tar.xz ice-9358fdee4360f40451641f49fcd38b177f93c4ad.zip |
Fixed UWP cross operation test failure
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) |