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

Ludovic Poitou
15.51.2011 5d650a123e46c0c86fe3e440fc9dbf04cd831fc9
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestVLVIndex.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.backends.jeb;
@@ -91,6 +92,7 @@
  @BeforeClass
  public void setUp() throws Exception {
    TestCaseUtils.startServer();
    TestCaseUtils.enableBackend(beID);
    SortKey[] sortKeys = new SortKey[3];
    sortKeys[0] = new SortKey(DirectoryServer.getAttributeType("givenname"), true);
@@ -214,6 +216,7 @@
  @AfterClass
  public void cleanUp() throws Exception {
    TestCaseUtils.disableBackend(beID);
  }
  /**