From d5193b4f72a86a30a116b4629d1db5231dd42992 Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Mon, 26 Mar 2007 07:17:13 +0000 Subject: [PATCH] This commit allows to complete issues 504, 505 and 507 by using the new import/export/backup/restore interface to get notifications of import and restore and then resynchronize the server approprietely. --- opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java index c21c8e6..9a797fd 100644 --- a/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java +++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/StressTest.java @@ -32,14 +32,12 @@ import static org.testng.Assert.assertTrue; import static org.testng.Assert.fail; -import java.net.SocketTimeoutException; import java.util.ArrayList; import java.util.LinkedHashSet; import java.util.LinkedList; import java.util.List; import org.opends.server.TestCaseUtils; -import org.opends.server.TestErrorLogger; import org.opends.server.api.MonitorProvider; import org.opends.server.config.ConfigEntry; import org.opends.server.config.ConfigException; -- Gitblit v1.10.0