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

abobrov
25.58.2008 0d7a3a4b943f6ada1c936315583212e661476124
- do in-core restart in AfterClass to make sure all replication tests cleanup good and proper.

1 files modified
3 ■■■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java 3 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/ReplicationTestCase.java
@@ -429,6 +429,9 @@
    entryList = null;
    configEntryList = null;
    // In-core restart to cleanup.
    TestCaseUtils.restartServer();
  }
  /**