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