Re: svn commit: r780449 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

2009-05-31 Thread Phil Steitz
s...@apache.org wrote: Thanks! -for (int i = 0; i 4; i++) { +for (int i = 0; i smallPrimes.length; i++) { pool.setNumTestsPerEvictionRun(smallPrimes[i]); -for (int j = 0; j 5; j++) { +for (int j = 0; j 5; j++) { // TODO why 5? No

Re: svn commit: r780449 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

2009-05-31 Thread sebb
On 31/05/2009, Phil Steitz phil.ste...@gmail.com wrote: s...@apache.org wrote: Thanks! -for (int i = 0; i 4; i++) { +for (int i = 0; i smallPrimes.length; i++) { pool.setNumTestsPerEvictionRun(smallPrimes[i]); -for (int j = 0; j 5; j++) { +

Re: svn commit: r780449 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

2009-05-31 Thread Phil Steitz
sebb wrote: On 31/05/2009, Phil Steitz phil.ste...@gmail.com wrote: s...@apache.org wrote: Thanks! -for (int i = 0; i 4; i++) { +for (int i = 0; i smallPrimes.length; i++) { pool.setNumTestsPerEvictionRun(smallPrimes[i]); -for (int j =