Browse Source

remove tests corresponding to last commit

master
Stefan Bodewig 9 years ago
parent
commit
e896e5a8c4
1 changed files with 0 additions and 20 deletions
  1. +0
    -20
      src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java

+ 0
- 20
src/tests/junit/org/apache/tools/ant/taskdefs/RmicAdvancedTest.java View File

@@ -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.
*


Loading…
Cancel
Save