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

gbellato
28.17.2008 aff0c82fa0b2e0a694014858aca28799af8f3dff
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -1494,5 +1494,14 @@
      server3 = null;
    }
    super.cleanRealEntries();
    if (changelog1 != null)
      changelog1.clearDb();
    if (changelog2 != null)
      changelog2.clearDb();
    if (changelog3 != null)
      changelog3.clearDb();
  }
}