You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/01/08 00:02:03 UTC

svn commit: r897043 - /ant/ivy/core/trunk/build.xml

Author: maartenc
Date: Thu Jan  7 23:02:03 2010
New Revision: 897043

URL: http://svn.apache.org/viewvc?rev=897043&view=rev
Log:
Not all junit tests were executed in offline mode (cfr gump)

Modified:
    ant/ivy/core/trunk/build.xml

Modified: ant/ivy/core/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/trunk/build.xml?rev=897043&r1=897042&r2=897043&view=diff
==============================================================================
--- ant/ivy/core/trunk/build.xml (original)
+++ ant/ivy/core/trunk/build.xml Thu Jan  7 23:02:03 2010
@@ -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>