You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/03/07 12:31:00 UTC

svn commit: r919969 - in /tomcat/trunk: build.xml test/org/apache/TestAll.java

Author: markt
Date: Sun Mar  7 11:31:00 2010
New Revision: 919969

URL: http://svn.apache.org/viewvc?rev=919969&view=rev
Log:
Remove the TestAll suite. Ant doesn't use it, IDEs don't need it and it is often out of sync with the tests

Removed:
    tomcat/trunk/test/org/apache/TestAll.java
Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=919969&r1=919968&r2=919969&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sun Mar  7 11:31:00 2010
@@ -879,8 +879,6 @@
         <fileset dir="test" >
           <!-- Include all by default -->
           <include name="**/Test*.java" />
-          <!-- Exclude TestAll otherwise there will be duplicates -->
-          <exclude name="**/TestAll.java" />
           <!-- Exclude helper classes -->
           <exclude name="**/Tester*.java" />
           <!-- Exclude the tests known to fail -->



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