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/01/22 15:06:57 UTC

svn commit: r902089 - /commons/proper/math/trunk/build.xml

Author: sebb
Date: Fri Jan 22 14:06:57 2010
New Revision: 902089

URL: http://svn.apache.org/viewvc?rev=902089&view=rev
Log:
Synch. with test cases listed in pom.xml

Modified:
    commons/proper/math/trunk/build.xml

Modified: commons/proper/math/trunk/build.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/build.xml?rev=902089&r1=902088&r2=902089&view=diff
==============================================================================
--- commons/proper/math/trunk/build.xml (original)
+++ commons/proper/math/trunk/build.xml Fri Jan 22 14:06:57 2010
@@ -188,8 +188,12 @@
                <formatter usefile="false" type="plain"/>
                <classpath refid="test.classpath"/>
                <batchtest>
-                  <fileset dir="${test.home}" includes="**/*Test.java" 
-                  excludes="**/*AbstractTest.java"/>
+                   <fileset dir="${test.home}">
+                      <include name="**/*Test.java"/> 
+                      <include name="**/*TestBinary.java"/> 
+                      <include name="**/*TestPermutations.java"/> 
+                      <exclude name="**/*AbstractTest.java"/>
+                   </fileset>
                </batchtest>
        </junit>
        <fail message="There were test failures.">