You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2006/10/14 18:30:54 UTC

svn commit: r463974 - in /ant/antlibs/dotnet/trunk: TODO build.xml src/tests/junit/

Author: bodewig
Date: Sat Oct 14 09:30:52 2006
New Revision: 463974

URL: http://svn.apache.org/viewvc?view=rev&rev=463974
Log:
completely remove junit directory

Removed:
    ant/antlibs/dotnet/trunk/src/tests/junit/
Modified:
    ant/antlibs/dotnet/trunk/TODO
    ant/antlibs/dotnet/trunk/build.xml

Modified: ant/antlibs/dotnet/trunk/TODO
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/TODO?view=diff&rev=463974&r1=463973&r2=463974
==============================================================================
--- ant/antlibs/dotnet/trunk/TODO (original)
+++ ant/antlibs/dotnet/trunk/TODO Sat Oct 14 09:30:52 2006
@@ -1,9 +1,5 @@
 Things to do before the beta can become a final release:
 
-* make dotnetexec tests independent of the "old" tasks, i.e. make the tests self-contained
-
 * test in a wider variety of platforms
-
-* AntUnitize more tests
 
 * make docs a little bit more accessible

Modified: ant/antlibs/dotnet/trunk/build.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/build.xml?view=diff&rev=463974&r1=463973&r2=463974
==============================================================================
--- ant/antlibs/dotnet/trunk/build.xml (original)
+++ ant/antlibs/dotnet/trunk/build.xml Sat Oct 14 09:30:52 2006
@@ -22,27 +22,4 @@
 
   <import file="common/build.xml"/>
 
-  <target name="junit-test" depends="compile-tests">
-    <junit
-      printsummary="false"
-      haltonfailure="false"
-      failureproperty="junit.tests.failed"
-      filtertrace="false"
-      fork="true"
-      forkmode="once"
-      >
-      <classpath>
-        <pathelement location="${jarname}"/>
-        <pathelement location="${ant-testutil.jar}"/>
-        <pathelement location="${build.testclasses}"/>
-        <pathelement location="${ant.home}/lib/ant-nodeps.jar"/>
-      </classpath>
-
-      <batchtest>
-        <fileset dir="${src.junit}"/>
-      </batchtest>
-
-      <formatter type="plain" usefile="false"/>
-    </junit>
-  </target>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org