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

lutoff
24.50.2007 aefdd0172850482c9e2893180b0d985843c63a10
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/EncodePasswordTestCase.java
@@ -768,9 +768,6 @@
    args = new String[] { "-?" };
    assertEquals(EncodePassword.encodePassword(args, false, null, null), 0);
    args = new String[] { "/?" };
    assertEquals(EncodePassword.encodePassword(args, false, null, null), 0);
  }
}