diff options
author | Jose <jose@zeroc.com> | 2014-09-24 21:06:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-24 21:06:55 +0200 |
commit | b1087d646fa93c4208dd227d0c9df323ff7c858b (patch) | |
tree | 48532138bffdfac0dc5c818593d9c1958cfeeeb5 /java/test/Ice/operations/AllTests.java | |
parent | PHP dependency fixes (diff) | |
download | ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.bz2 ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.tar.xz ice-b1087d646fa93c4208dd227d0c9df323ff7c858b.zip |
Fixed (ICE-5511) - Consider removing the deprecated AMI mapping
Diffstat (limited to 'java/test/Ice/operations/AllTests.java')
-rw-r--r-- | java/test/Ice/operations/AllTests.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/java/test/Ice/operations/AllTests.java b/java/test/Ice/operations/AllTests.java index 63866c9e4c0..b89c85f3745 100644 --- a/java/test/Ice/operations/AllTests.java +++ b/java/test/Ice/operations/AllTests.java @@ -44,12 +44,6 @@ public class AllTests TwowaysAMI.twowaysAMI(app, derived); out.println("ok"); - out.print("testing twoway operations with new AMI mapping... "); - out.flush(); - TwowaysNewAMI.twowaysNewAMI(app, cl); - TwowaysNewAMI.twowaysNewAMI(app, derived); - out.println("ok"); - // // Use reflection to load TwowaysLambdaAMI as that is only supported with Java >= 1.8 // @@ -85,11 +79,6 @@ public class AllTests out.flush(); OnewaysAMI.onewaysAMI(app, cl); out.println("ok"); - - out.print("testing oneway operations with new AMI mapping... "); - out.flush(); - OnewaysNewAMI.onewaysNewAMI(app, cl); - out.println("ok"); // // Use reflection to load OnewaysLambdaAMI as that is only supported with Java >= 1.8 |