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