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

Matthew Swift
19.56.2011 5fcbeb93b178ae2ac4bf36dfa4ef5311a9b552ba
opendj3/opendj-sdk/src/test/java/org/opends/sdk/DNTestCase.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS.
 */
package org.opends.sdk;
@@ -667,7 +668,6 @@
   *           If the test failed unexpectedly.
   */
  @Test(dataProvider = "illegalDNs", expectedExceptions = {
      StringIndexOutOfBoundsException.class,
      LocalizedIllegalArgumentException.class, NullPointerException.class })
  public void testIllegalStringDNs(final String dn) throws Exception
  {