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>


Reply via email to