Author: peterreilly
Date: Wed Sep 27 14:58:38 2006
New Revision: 450591

URL: http://svn.apache.org/viewvc?view=rev&rev=450591
Log:
fix antunit test for matches

Modified:
    ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml

Modified: ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml?view=diff&rev=450591&r1=450590&r2=450591
==============================================================================
--- ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml 
(original)
+++ ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml Wed Sep 
27 14:58:38 2006
@@ -41,9 +41,9 @@
     <au:assertTrue>
       <matches string="ab" pattern="ab?"/>
     </au:assertTrue>
-    <au:assertFalse>
+    <au:assertTrue>
       <matches string="acb" pattern="ab?"/>
-    </au:assertFalse>
+    </au:assertTrue>
   </target>
 
   <target name="test-caseinsensitive">



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

Reply via email to