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

Valery Kharseko
20 hours ago 2b95a6954d1a76fbdb4733283b86df30ce70d4d0
opendj-server-legacy/src/test/java/org/opends/server/protocols/LDIFConnectionHandlerTestCase.java
@@ -13,6 +13,7 @@
 *
 * Copyright 2008 Sun Microsystems, Inc.
 * Portions Copyright 2014-2016 ForgeRock AS.
 * Portions Copyright 2026 3A Systems, LLC
 */
package org.opends.server.protocols;
@@ -62,7 +63,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test(groups = "slow")
  @Test
  public void testValidUserLDIF()
         throws Exception
  {
@@ -165,7 +166,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test(groups = "slow")
  @Test
  public void testValidConfigLDIF()
         throws Exception
  {
@@ -253,7 +254,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test(groups = "slow")
  @Test
  public void testUnparseableLDIF()
         throws Exception
  {