-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:
parent
da212b721b
commit
a43c4dca51
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue