Browse Source

change expected error message from attribute to element

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@453397 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
af6417aeed
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() {
expectBuildExceptionContaining("test-reference-abuse",
"reference abuse rejected",
"You must not specify more than one attribute when using refid");
"You must not specify nested elements when using refid");
}

public void testNofork() {


Loading…
Cancel
Save