Author: psteitz
Date: Sat Jan 8 01:04:04 2011
New Revision: 1056580
URL: http://svn.apache.org/viewvc?rev=1056580&view=rev
Log:
Commented out long-running test case.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/WilcoxonSignedRankTestTest.java
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/WilcoxonSignedRankTestTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/WilcoxonSignedRankTestTest.java?rev=1056580&r1=1056579&r2=1056580&view=diff
==============================================================================
---
commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/WilcoxonSignedRankTestTest.java
(original)
+++
commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/inference/WilcoxonSignedRankTestTest.java
Sat Jan 8 01:04:04 2011
@@ -74,7 +74,7 @@ public class WilcoxonSignedRankTestTest
}
// Exactly 30 is okay
- testStatistic.wilcoxonSignedRankTest(x1, y1, true);
+ //testStatistic.wilcoxonSignedRankTest(x1, y1, true);
try {
testStatistic.wilcoxonSignedRankTest(x2, y2, true);