Not all junit tests were executed in offline mode (cfr gump)

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@897043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2010-01-07 23:02:03 +00:00
parent 13c9e95760
commit 67de17278c
1 changed files with 0 additions and 1 deletions

View File

@ -362,7 +362,6 @@
<fileset id="test.fileset" dir="${test.dir}">
<include name="**/${test.class.pattern}.java" />
<exclude name="**/Abstract*Test.java" />
<contains text="junit" />
<not><contains text="remote.test" /></not>
</fileset>
</target>