Browse Source

remove assertion of something we're not actually testing here

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537873 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
751fe711d2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/tests/antunit/taskdefs/condition/resourcecontains-test.xml

+ 0
- 1
src/tests/antunit/taskdefs/condition/resourcecontains-test.xml View File

@@ -13,7 +13,6 @@
</target>
<target name="testcontains">
<au:assertFileExists file="${file}"/>
<au:assertTrue message="Should have found the text in the resource">
<resourcecontains resource="${file}" substring="text"/>
</au:assertTrue>


Loading…
Cancel
Save