Author: sebb
Date: Mon Mar  5 17:21:34 2012
New Revision: 1297131

URL: http://svn.apache.org/viewvc?rev=1297131&view=rev
Log:
Random test order to try and catch tests that fail to clear up afterwards

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

Modified: commons/proper/lang/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1297131&r1=1297130&r2=1297131&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Mon Mar  5 17:21:34 2012
@@ -484,6 +484,7 @@
               <includes>
                 <include>**/*Test.java</include>
               </includes>
+              <runOrder>random</runOrder>
             </configuration>
           </execution>
           <!-- <execution> <id>security-manager-test</id> 
<phase>integration-test</phase> <goals> <goal>test</goal> </goals> 
<configuration> 


Reply via email to