Browse Source

oops, forgot to check this in last week

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271990 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
89423dca5b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/testcases/org/apache/tools/ant/taskdefs/optional/JspcTest.java

+ 2
- 2
src/testcases/org/apache/tools/ant/taskdefs/optional/JspcTest.java View File

@@ -155,8 +155,8 @@ public class JspcTest extends BuildFileTest {
*/ */
public void testNoTld() throws Exception { public void testNoTld() throws Exception {
expectBuildExceptionContaining("testNoTld", expectBuildExceptionContaining("testNoTld",
"exec failure",
"JasperException");
"Jasper found an error in a file",
"Java returned: 9");
} }






Loading…
Cancel
Save