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/09/27 23:58:39 UTC

svn commit: r450591 - /ant/core/trunk/src/tests/antunit/types/conditions/matches-test.xml

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