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/TestEntryContainer.java
@@ -39,8 +39,9 @@
import org.opends.server.types.Entry;
import org.opends.server.types.LDIFImportConfig;
import org.opends.server.util.LDIFReader;
import org.testng.annotations.Configuration;
import org.testng.annotations.Test;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.AfterClass;
import com.sleepycat.je.Environment;
import com.sleepycat.je.EnvironmentConfig;
@@ -128,7 +129,7 @@
   * @throws Exception
   *           If the environment could not be set up.
   */
  @Configuration(beforeTestClass = true)
  @BeforeClass
  public void setUp() throws Exception {
    // This test suite depends on having the schema available.
    SchemaFixture.FACTORY.setUp();
@@ -166,7 +167,7 @@
   * @throws Exception
   *           If the environment could not be finalized.
   */
  @Configuration(afterTestClass = true)
  @AfterClass
  public void tearDown() throws Exception {
    SchemaFixture.FACTORY.tearDown();