Browse Source

generify expected message to pass before and after recent change

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453761 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
c570eae7a1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java

+ 1
- 1
src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java View File

@@ -82,7 +82,7 @@ public class AssertionsTest extends BuildFileTest {
public void testReferenceAbuse() { public void testReferenceAbuse() {
expectBuildExceptionContaining("test-reference-abuse", expectBuildExceptionContaining("test-reference-abuse",
"reference abuse rejected", "reference abuse rejected",
"You must not specify nested elements when using refid");
"You must not specify");
} }


public void testNofork() { public void testNofork() {


Loading…
Cancel
Save