Browse Source

New diagnostics broke CaseTest.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277755 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
c61a7be25d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/testcases/org/apache/tools/ant/CaseTest.java

+ 1
- 1
src/testcases/org/apache/tools/ant/CaseTest.java View File

@@ -47,7 +47,7 @@ public class CaseTest extends BuildFileTest {
public void testTaskCase() {
expectBuildExceptionContaining("taskcase",
"Task names are case sensitive",
"Could not create task or type of type: ecHO");
"Problem: failed to create task or type ecHO");
}
}


Loading…
Cancel
Save