Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 89831 invoked from network); 3 Jul 2006 22:10:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 22:10:21 -0000 Received: (qmail 90836 invoked by uid 500); 3 Jul 2006 22:10:18 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 90752 invoked by uid 500); 3 Jul 2006 22:10:17 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 90741 invoked by uid 99); 3 Jul 2006 22:10:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 15:10:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [69.55.235.182] (HELO mvdb.net) (69.55.235.182) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Jul 2006 15:10:16 -0700 Received: (qmail 11286 invoked from network); 3 Jul 2006 22:09:52 -0000 Received: from unknown (HELO [10.21.21.28]) (80.126.215.98) by 69.55.235.171 with SMTP; Mon, 03 Jul 2006 22:09:52 +0000 Message-ID: <44A995CD.6030604@mvdb.net> Date: Tue, 04 Jul 2006 00:10:21 +0200 From: Martin van den Bemt User-Agent: Mozilla Thunderbird 1.0.8-1.4.1.centos4 (X11/20060421) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: Re: svn commit: r418646 - /jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java References: <20060702203125.F2E631A983A@eris.apache.org> In-Reply-To: <20060702203125.F2E631A983A@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Don't laugh :) I read somewhere that linux will speed up doing encryption when eg the keyboard is used (those tokens are used in the linux SecureRandom generator. Disclaimer : I ain't no expert on this, just read something somewhere.. Mvgr, Martin psteitz@apache.org wrote: > Author: psteitz > Date: Sun Jul 2 13:31:25 2006 > New Revision: 418646 > > URL: http://svn.apache.org/viewvc?rev=418646&view=rev > Log: > Suspended setSecureAlgorithm test, since it takes several minutes on Ubuntu. > > Modified: > jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java > > Modified: jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java > URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java?rev=418646&r1=418645&r2=418646&view=diff > ============================================================================== > --- jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java (original) > +++ jakarta/commons/proper/math/trunk/src/test/org/apache/commons/math/random/RandomDataTest.java Sun Jul 2 13:31:25 2006 > @@ -419,7 +419,7 @@ > !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 @@ > } catch (NoSuchProviderException ex) { > ; > } > + */ > > // test reseeding without first using the generators > RandomDataImpl rd = new RandomDataImpl(); > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org