summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/AllTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/operations/AllTests.py')
-rw-r--r--py/test/Ice/operations/AllTests.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/py/test/Ice/operations/AllTests.py b/py/test/Ice/operations/AllTests.py
index 62005a92cbc..e9533aa4ae1 100644
--- a/py/test/Ice/operations/AllTests.py
+++ b/py/test/Ice/operations/AllTests.py
@@ -37,21 +37,11 @@ def allTests(communicator):
TwowaysAMI.twowaysAMI(communicator, cl)
print("ok")
- sys.stdout.write("testing twoway operations with new AMI mapping... ")
- sys.stdout.flush()
- TwowaysNewAMI.twowaysNewAMI(communicator, cl)
- print("ok")
-
sys.stdout.write("testing oneway operations with AMI... ")
sys.stdout.flush()
OnewaysAMI.onewaysAMI(communicator, cl)
print("ok")
- sys.stdout.write("testing oneway operations with new AMI mapping... ")
- sys.stdout.flush()
- OnewaysNewAMI.onewaysNewAMI(communicator, cl)
- print("ok")
-
sys.stdout.write("testing batch oneway operations... ")
sys.stdout.flush()
BatchOneways.batchOneways(cl)