You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by pe...@apache.org on 2006/10/05 23:44:43 UTC

svn commit: r453397 - /ant/core/trunk/src/tests/junit/org/apache/tools/ant/types/AssertionsTest.java

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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org