Repository: ant Updated Branches: refs/heads/master 10a563d2c -> e896e5a8c
remove tests corresponding to last commit Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/e896e5a8 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/e896e5a8 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/e896e5a8 Branch: refs/heads/master Commit: e896e5a8c40923bdf487feb60344799481e01dfa Parents: 10a563d Author: Stefan Bodewig <[email protected]> Authored: Mon Jul 25 18:39:20 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Mon Jul 25 18:39:20 2016 +0200 ---------------------------------------------------------------------- .../tools/ant/taskdefs/RmicAdvancedTest.java | 20 -------------------- 1 file changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/e896e5a8/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java ---------------------------------------------------------------------- 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 e0e2d9a..1f41bcf 100644 --- a/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java +++ b/src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java @@ -346,26 +346,6 @@ public class RmicAdvancedTest { } /** - * 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. * * @throws Exception
