From 9f2bba679ab597f1e50078a29d145100e3baed3c Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@forgerock.com> Date: Tue, 19 Oct 2010 16:36:12 +0000 Subject: [PATCH] Make ConnectionPool implementation fully async and fix some race conditions in the unit tests. --- sdk/tests/unit-tests-testng/src/org/opends/sdk/OpenDSTestCase.java | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sdk/tests/unit-tests-testng/src/org/opends/sdk/OpenDSTestCase.java b/sdk/tests/unit-tests-testng/src/org/opends/sdk/OpenDSTestCase.java index 99a903f..9847b93 100644 --- a/sdk/tests/unit-tests-testng/src/org/opends/sdk/OpenDSTestCase.java +++ b/sdk/tests/unit-tests-testng/src/org/opends/sdk/OpenDSTestCase.java @@ -22,7 +22,7 @@ * CDDL HEADER END * * - * Copyright 2009 Sun Microsystems, Inc. + * Copyright 2009-2010 Sun Microsystems, Inc. */ package org.opends.sdk; @@ -55,8 +55,7 @@ // // This could be a problem if a subclass references a @DataProvider in // a super-class that provides static parameters, i.e. the parameters - // are - // not regenerated for each invocation of the DataProvider. + // are not regenerated for each invocation of the DataProvider. // /** -- Gitblit v1.10.0