Browse Source

remove line inadvertently introduced during previous fix.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470776 13f79535-47bb-0310-9956-ffa450edef68
master
Steven M. Cohen 18 years ago
parent
commit
ad41ab3930
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/tests/junit/org/apache/tools/ant/taskdefs/EchoTest.java

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

@@ -44,7 +44,6 @@ public class EchoTest extends BuildFileTest {
// Output an empty String
public void test1() {
expectLog("test1", "");
expectOutput("test1","");
}
public void testLogBlankEcho() {


Loading…
Cancel
Save