|
@@ -26,6 +26,13 @@ |
|
|
</au:assertTrue>
|
|
|
</au:assertTrue>
|
|
|
</target>
|
|
|
</target>
|
|
|
|
|
|
|
|
|
|
|
|
<target name="testContainsUpperNonCS">
|
|
|
|
|
|
<au:assertTrue message="Should have found the text in the resource">
|
|
|
|
|
|
<resourcecontains resource="${file}" substring="TEXT"
|
|
|
|
|
|
casesensitive="false"/>
|
|
|
|
|
|
</au:assertTrue>
|
|
|
|
|
|
</target>
|
|
|
|
|
|
|
|
|
<target name="testwithemptyfile">
|
|
|
<target name="testwithemptyfile">
|
|
|
<truncate file="${file}"/>
|
|
|
<truncate file="${file}"/>
|
|
|
<au:assertFalse message="Should have found nothing as file is empty">
|
|
|
<au:assertFalse message="Should have found nothing as file is empty">
|
|
|