You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/02 01:49:41 UTC

svn commit: r643652 - /commons/sandbox/functor/trunk/pom.xml

Author: niallp
Date: Tue Apr  1 16:49:39 2008
New Revision: 643652

URL: http://svn.apache.org/viewvc?rev=643652&view=rev
Log:
Correct test suite

Modified:
    commons/sandbox/functor/trunk/pom.xml

Modified: commons/sandbox/functor/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=643652&r1=643651&r2=643652&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Tue Apr  1 16:49:39 2008
@@ -88,7 +88,7 @@
         <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <includes>
-              <include>org/apache/commons/collections/TestAllPackages.java</include>
+              <include>org/apache/commons/functor/TestAll.java</include>
             </includes>
         </configuration>
       </plugin>