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

Valery Kharseko
yesterday e98bb62c21e8d13f697c7b354a679bad0a031a9c
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)