You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2013/12/01 18:43:43 UTC

svn commit: r1546826 - in /mahout/trunk: integration/pom.xml math/pom.xml

Author: smarthi
Date: Sun Dec  1 17:43:43 2013
New Revision: 1546826

URL: http://svn.apache.org/r1546826
Log:
MAHOUT-1345: Enable randomised testing for all Mahout modules

Modified:
    mahout/trunk/integration/pom.xml
    mahout/trunk/math/pom.xml

Modified: mahout/trunk/integration/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/integration/pom.xml?rev=1546826&r1=1546825&r2=1546826&view=diff
==============================================================================
--- mahout/trunk/integration/pom.xml (original)
+++ mahout/trunk/integration/pom.xml Sun Dec  1 17:43:43 2013
@@ -195,6 +195,12 @@
     </dependency>
 
     <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
       <scope>test</scope>

Modified: mahout/trunk/math/pom.xml
URL: http://svn.apache.org/viewvc/mahout/trunk/math/pom.xml?rev=1546826&r1=1546825&r2=1546826&view=diff
==============================================================================
--- mahout/trunk/math/pom.xml (original)
+++ mahout/trunk/math/pom.xml Sun Dec  1 17:43:43 2013
@@ -161,10 +161,15 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <scope>test</scope>
     </dependency>
 
     <dependency>
+      <groupId>com.carrotsearch.randomizedtesting</groupId>
+      <artifactId>randomizedtesting-runner</artifactId>
+    </dependency>
+
+
+    <dependency>
       <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
       <scope>test</scope>