Fix error is tests. All tests still pass.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/pool/trunk@791773 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java b/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
index 985c59a..e9b4ac6 100644
--- a/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
+++ b/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java
@@ -1159,7 +1159,7 @@
         
         public TestThread(ObjectPool pool, int iter, int delay,
                 boolean randomDelay) {
-            this(pool, iter, delay, true, null);
+            this(pool, iter, delay, randomDelay, null);
         }
 
         public TestThread(ObjectPool pool, int iter, int delay,