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 2010/01/26 11:28:13 UTC

svn commit: r903156 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java

Author: psteitz
Date: Tue Jan 26 10:28:12 2010
New Revision: 903156

URL: http://svn.apache.org/viewvc?rev=903156&view=rev
Log:
Disabled testNextPoissonConsistency pending resolution of MATH-282.

Modified:
    commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java

Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java?rev=903156&r1=903155&r2=903156&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java (original)
+++ commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomDataTest.java Tue Jan 26 10:28:12 2010
@@ -218,7 +218,7 @@
         }
 
     }
-    
+    /* TODO: re-enable when MATH-282 is resolved 
     public void testNextPoissonConsistency() throws Exception {
         // Small integral means
         for (int i = 1; i < 100; i++) {
@@ -235,6 +235,7 @@
             checkNextPoissonConsistency(randomData.nextUniform(1000, 3000));
         }
     }
+    */
     
     /** 
      * Verifies that nextPoisson(mean) generates an empirical distribution of values