From 05059fb82bb2a8370a1cc73a0da135a0c25c71b0 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Thu, 10 Jan 2008 14:05:23 +0000
Subject: [PATCH] restart the server before the Replication stress test
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java
index 138dc0a..0408909 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/StressTest.java
@@ -177,7 +177,7 @@
public void setUp() throws Exception
{
// This test suite depends on having the schema available.
- TestCaseUtils.startServer();
+ TestCaseUtils.restartServer();
// Create an internal connection
connection = InternalClientConnection.getRootConnection();
--
Gitblit v1.10.0