You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by mb...@apache.org on 2007/05/14 17:26:03 UTC

svn commit: r537878 - /ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml

Author: mbenson
Date: Mon May 14 08:26:02 2007
New Revision: 537878

URL: http://svn.apache.org/viewvc?view=rev&rev=537878
Log:
add test

Modified:
    ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml

Modified: ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml?view=diff&rev=537878&r1=537877&r2=537878
==============================================================================
--- ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml (original)
+++ ant/core/trunk/src/tests/antunit/taskdefs/condition/resourcecontains-test.xml Mon May 14 08:26:02 2007
@@ -33,6 +33,12 @@
     </au:assertTrue>
   </target>
 
+  <target name="testContainsEmptyString">
+    <au:assertTrue message="Should have found the text in the resource">
+      <resourcecontains resource="${file}" substring="" />
+    </au:assertTrue>
+  </target>
+
   <target name="testwithemptyfile">
     <truncate file="${file}"/>
     <au:assertFalse message="Should have found nothing as file is empty">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org