Author: peterreilly
Date: Thu Oct  5 14:44:42 2006
New Revision: 453397

URL: http://svn.apache.org/viewvc?view=rev&rev=453397
Log:
change expected error message from attribute to element

Modified:
    
ant/core/trunk/src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java

Modified: 
ant/core/trunk/src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java?view=diff&rev=453397&r1=453396&r2=453397
==============================================================================
--- 
ant/core/trunk/src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java 
(original)
+++ 
ant/core/trunk/src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java 
Thu Oct  5 14:44:42 2006
@@ -82,7 +82,7 @@
     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() {



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to