summaryrefslogtreecommitdiff
path: root/python/test/Ice/ami/Client.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2016-12-09 15:18:08 -0800
committerMark Spruiell <mes@zeroc.com>2016-12-09 15:18:08 -0800
commit3b7e9f99b61538e0bbd6f07deeb7f7cb12013ed5 (patch)
treea8edbf5d1043527cc50880b34ee83458ed7e4855 /python/test/Ice/ami/Client.py
parentMerge remote-tracking branch 'origin/3.6' (diff)
downloadice-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-xpython/test/Ice/ami/Client.py1
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: