Browse Source

purge some spurious methods

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@419538 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 19 years ago
parent
commit
5d0494a994
2 changed files with 0 additions and 13 deletions
  1. +0
    -11
      src/testcases/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java
  2. +0
    -2
      src/testcases/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java

+ 0
- 11
src/testcases/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTest.java View File

@@ -85,17 +85,6 @@ public class JDependTest extends BuildFileTest {
"fork-timeout-not", "Package: org.apache.tools.ant.util.facade");
}

/**
* Assert that the given substring is in the output messages
*/

protected void assertOutputContaining(String substring) {
String realOutput = getOutput();
assertTrue("expecting output to contain \"" + substring + "\" output was \""
+ realOutput + "\"",
realOutput.indexOf(substring) >= 0);
}

/**
* Assert that the given message has been outputted
*/


+ 0
- 2
src/testcases/org/apache/tools/ant/types/selectors/ModifiedSelectorTest.java View File

@@ -914,8 +914,6 @@ public class ModifiedSelectorTest extends BaseSelectorTest {
isConfigured = true;
}

public void tearDown() { }

public void doTarget(String target) {
if (!isConfigured) setUp();
executeTarget(target);


Loading…
Cancel
Save