Author: bodewig
Date: Wed Dec  5 08:37:14 2007
New Revision: 601402

URL: http://svn.apache.org/viewvc?rev=601402&view=rev
Log:
assertMatches casesensitive attribute has the wrong default, bugzilla issue 
43639, Submitted by David Jackman

Modified:
    ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml

Modified: ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml?rev=601402&r1=601401&r2=601402&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml 
(original)
+++ ant/antlibs/antunit/trunk/src/main/org/apache/ant/antunit/antlib.xml Wed 
Dec  5 08:37:14 2007
@@ -243,7 +243,7 @@
   <macrodef name="assertMatches" backtrace="false">
     <attribute name="string"/>
     <attribute name="pattern"/>
-    <attribute name="casesensitive" default="false"/>
+    <attribute name="casesensitive" default="true"/>
     <attribute name="singleline" default="false"/>
     <attribute name="multiline" default="false"/>
     <attribute name="message"


Reply via email to