From e896e5a8c40923bdf487feb60344799481e01dfa Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 25 Jul 2016 18:39:20 +0200 Subject: [PATCH] remove tests corresponding to last commit --- .../tools/ant/taskdefs/RmicAdvancedTest.java | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java b/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java index e0e2d9a1e..1f41bcf0c 100644 --- a/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java +++ b/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java @@ -345,26 +345,6 @@ public class RmicAdvancedTest { buildRule.executeTarget("testVersionCompatDest"); } - /** - * test that passes -Xnew to sun's rmic. - * - * @throws Exception - */ - @Test - public void testXnew() throws Exception { - buildRule.executeTarget("testXnew"); - } - - /** - * test that passes -Xnew to sun's rmic. - * - * @throws Exception - */ - @Test - public void testXnewDest() throws Exception { - buildRule.executeTarget("testXnewDest"); - } - /** * test that passes -Xnew to sun's rmic running in a different VM. *