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:
parent
269822c061
commit
3ebd273440
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue