Author: mbenson
Date: Fri Oct  6 14:05:47 2006
New Revision: 453761

URL: http://svn.apache.org/viewvc?view=rev&rev=453761
Log:
generify expected message to pass before and after recent change

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=453761&r1=453760&r2=453761
==============================================================================
--- 
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 
Fri Oct  6 14:05:47 2006
@@ -82,7 +82,7 @@
     public void testReferenceAbuse() {
         expectBuildExceptionContaining("test-reference-abuse",
                 "reference abuse rejected",
-                "You must not specify nested elements when using refid");
+                "You must not specify");
     }
 
     public void testNofork() {



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

Reply via email to