mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

davidely
02.00.2007 a5ce1b53bf9304c08bb51639b48bb77085cd62b3
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -82,7 +82,7 @@
/**
 * An abstract class that all Replication unit test should extend.
 */
@Test(groups = { "precommit", "replication" })
@Test(groups = { "precommit", "replication" }, sequential = true)
public abstract class ReplicationTestCase extends DirectoryServerTestCase
{
@@ -129,7 +129,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();
@@ -319,6 +319,9 @@
  {
    cleanConfigEntries();
    cleanRealEntries();
    entryList = null;
    configEntryList = null;
  }
  /**