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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org