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 2011/02/21 16:22:23 UTC

svn commit: r1073013 - /commons/proper/math/branches/MATH_2_X/test-jar.xml

Author: sebb
Date: Mon Feb 21 15:22:23 2011
New Revision: 1073013

URL: http://svn.apache.org/viewvc?rev=1073013&view=rev
Log:
Add some missing tests

Modified:
    commons/proper/math/branches/MATH_2_X/test-jar.xml

Modified: commons/proper/math/branches/MATH_2_X/test-jar.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_X/test-jar.xml?rev=1073013&r1=1073012&r2=1073013&view=diff
==============================================================================
--- commons/proper/math/branches/MATH_2_X/test-jar.xml (original)
+++ commons/proper/math/branches/MATH_2_X/test-jar.xml Mon Feb 21 15:22:23 2011
@@ -82,6 +82,8 @@
       <batchtest todir="${testreportdir}">
         <fileset dir="src/test/java">
           <include name="**/*Test.java"/>
+          <include name="**/*TestBinary.java"/> 
+          <include name="**/*TestPermutations.java"/> 
           <exclude name="**/*AbstractTest.java"/>
         </fileset>
       </batchtest>