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

Valera V Harseko
yesterday 548fd7e3218cbdd6651fa548801f4b4903ba4487
opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/Utils.java
@@ -12,6 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Portions Copyright 2013-2015 ForgeRock AS.
 * Portions Copyright 2026 3A Systems, LLC.
 */
package org.opends.server.backends.pluggable;
@@ -26,7 +27,7 @@
{
  public static void assertIdsEquals(Iterator<EntryID> actual, long... expected)
  {
    assertThat(actual).containsAll(asList(expected));
    assertThat(actual).toIterable().containsAll(asList(expected));
  }
  public static void assertIsEmpty(EntryIDSet actual)