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

neil_a_wilson
04.59.2006 078d47f0fec499677322bffac89e318dc66e6f20
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestJebFormat.java
@@ -33,7 +33,7 @@
import java.util.Arrays;
import java.util.List;
import org.opends.server.InitialDirectoryServerFixture;
import org.opends.server.TestCaseUtils;
import org.opends.server.core.DirectoryServer;
import org.opends.server.types.Attribute;
import org.opends.server.types.AttributeType;
@@ -191,7 +191,8 @@
   */
  @Test()
  public void testEntryToAndFromDatabase() throws Exception {
    InitialDirectoryServerFixture.FACTORY.setUp();
    // Make sure that the server is up and running.
    TestCaseUtils.startServer();
    // Convert the test LDIF string to a byte array
    byte[] originalLDIFBytes = StaticUtils.getBytes(ldifString);
@@ -254,7 +255,5 @@
      }
    }
    reader.close();
    InitialDirectoryServerFixture.FACTORY.tearDown();
  }
}