You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/18 14:07:48 UTC

svn commit: r1023756 - /commons/proper/collections/trunk/pom.xml

Author: sebb
Date: Mon Oct 18 12:07:47 2010
New Revision: 1023756

URL: http://svn.apache.org/viewvc?rev=1023756&view=rev
Log:
Simplify test exclusions

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1023756&r1=1023755&r2=1023756&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Mon Oct 18 12:07:47 2010
@@ -399,17 +399,6 @@
               </includes>
               <excludes>
                 <exclude>**/*$*</exclude>
-                <!-- Exclude groups of tests -->
-                <exclude >**/TestAll.java</exclude>
-                <exclude >**/TestAllPackages.java</exclude>
-                <!-- Exclude Asbtract classes -->
-                <exclude >**/TestAbstract*</exclude>
-                <exclude >**/TestArrayList.java</exclude>
-                <exclude >**/TestLinkedList.java</exclude>
-                <exclude >**/TestTreeMap.java</exclude>
-                <exclude >**/TestTypedCollection.java</exclude>
-                <exclude >**/TestAnyAllOnePredicate.java</exclude>
-                <exclude >**/TestCompositePredicate.java</exclude>
                 <exclude >**/TestUtils.java</exclude>
               </excludes>
           </configuration>