You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/11/22 20:27:11 UTC

svn commit: r883127 - /commons/proper/math/trunk/pom.xml

Author: psteitz
Date: Sun Nov 22 19:27:10 2009
New Revision: 883127

URL: http://svn.apache.org/viewvc?rev=883127&view=rev
Log:
Added test includes to cover tests with nonstandard names in genetics package.

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

Modified: commons/proper/math/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=883127&r1=883126&r2=883127&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Nov 22 19:27:10 2009
@@ -239,6 +239,8 @@
             <configuration>
               <includes>
                 <include>**/*Test.java</include>
+                <include>**/*TestBinary.java</include>
+                <include>**/*TestPermutations.java</include>
               </includes>
               <excludes>
                 <exclude>**/*AbstractTest.java</exclude>