-resource may not be a file

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@537549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Kevin Jackson 2007-05-13 04:07:41 +00:00
parent da212b721b
commit a43c4dca51
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ under the License.
<attribute name="message"
default="Expected resource '@{resource}' to contain value '@{value}' but was '${@{resource}}'"/>
<sequential>
<au:assertFileExists file="@{resource}"/>
<au:assertTrue message="@{message}">
<resourcecontains resource="@{resource}" substring="@{value}"/>
</au:assertTrue>