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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/backends/jeb/TestVLVIndex.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2014 ForgeRock AS
 *      Portions Copyright 2011-2015 ForgeRock AS
 */
package org.opends.server.backends.jeb;
@@ -65,38 +65,28 @@
  private String beID="indexRoot";
  private BackendImpl be;
  // The DN for "Aaccf Johnson"
  /** The DN for "Aaccf Johnson". */
  private DN aaccfJohnsonDN;
  // The DN for "Aaron Zimmerman"
  /** The DN for "Aaron Zimmerman". */
  private DN aaronZimmermanDN;
  // The DN for "Albert Smith"
  /** The DN for "Albert Smith". */
  private DN albertSmithDN;
  // The DN for "Albert Zimmerman"
  /** The DN for "Albert Zimmerman". */
  private DN albertZimmermanDN;
  // The DN for "lowercase mcgee"
  /** The DN for "lowercase mcgee". */
  private DN lowercaseMcGeeDN;
  // The DN for "Mararet Jones"
  /** The DN for "Mararet Jones". */
  private DN margaretJonesDN;
  // The DN for "Mary Jones"
  /** The DN for "Mary Jones". */
  private DN maryJonesDN;
  // The DN for "Sam Zweck"
  /** The DN for "Sam Zweck". */
  private DN samZweckDN;
  // The DN for "Zorro"
  /** The DN for "Zorro". */
  private DN zorroDN;
  // The DN for suffix
  /** The DN for suffix. */
  private DN suffixDN;
  private TreeSet<SortValues> expectedSortedValues;
  private List<Entry> entries;
  @BeforeClass