Suspended setSecureAlgorithm test, since it takes several minutes on Ubuntu.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@418646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2006-07-02 20:31:25 +00:00
parent 269822c061
commit 3ebd273440
1 changed files with 2 additions and 1 deletions

View File

@ -419,7 +419,7 @@ public class RandomDataTest extends RetryTestCase {
!hex.equals(randomData.nextSecureHexString(40)));
/* remove this test back soon,
* since it takes about 4 seconds */
* since it takes about 4 seconds
try {
randomData.setSecureAlgorithm("SHA1PRNG","SUN");
@ -443,6 +443,7 @@ public class RandomDataTest extends RetryTestCase {
} catch (NoSuchProviderException ex) {
;
}
*/
// test reseeding without first using the generators
RandomDataImpl rd = new RandomDataImpl();