diff options
author | Mark Spruiell <mes@zeroc.com> | 2016-12-09 15:18:08 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2016-12-09 15:18:08 -0800 |
commit | 3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5 (patch) | |
tree | a8edbf5d1043527cc50880b34ee83458ed7e4855 /python/test/Ice/ami/Client.py | |
parent | Merge remote-tracking branch 'origin/3.6' (diff) | |
download | ice-3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5.tar.bz2 ice-3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5.tar.xz ice-3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5.zip |
ICE-7138 - new Python AMI mapping based on futures and modified AMD mapping
Diffstat (limited to 'python/test/Ice/ami/Client.py')
-rwxr-xr-x | python/test/Ice/ami/Client.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/ami/Client.py b/python/test/Ice/ami/Client.py index 0b2c5389137..f09179c2893 100755 --- a/python/test/Ice/ami/Client.py +++ b/python/test/Ice/ami/Client.py @@ -26,6 +26,7 @@ def test(b): def run(args, communicator): AllTests.allTests(communicator, False) + AllTests.allTestsFuture(communicator, False) return True try: |