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

davidely
03.40.2006 19c1698a1c9d576637a80b20afa080db5e16addb
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestBackendImpl.java
@@ -40,8 +40,9 @@
import org.opends.server.util.Base64;
import org.opends.server.util.LDIFReader;
import org.opends.server.util.StaticUtils;
import org.testng.annotations.Configuration;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.AfterClass;
/**
 * BackendImpl Tester.
@@ -68,7 +69,7 @@
   * @throws Exception
   *           If the environment could not be set up.
   */
  @Configuration(beforeTestClass = true)
  @BeforeClass
  public void setUp() throws Exception {
    InitialDirectoryServerFixture.FACTORY.setUp();
@@ -93,7 +94,7 @@
   * @throws Exception
   *           If the environment could not be finalized.
   */
  @Configuration(afterTestClass = true)
  @AfterClass
  public void tearDown() throws Exception {
    InitialDirectoryServerFixture.FACTORY.tearDown();