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

Jean-Noel Rouvignac
25.43.2015 f52c6add86d2e2d123cb76a3d8354e31d35523ee
opendj-server-legacy/src/test/java/org/opends/server/controls/PasswordControlTest.java
@@ -517,14 +517,8 @@
        // check to String
        String toString =
          "PasswordPolicyResponseControl(" +
          warningType.toString() +
          "=" +
          warningValue +
          ", " +
          errorType.toString() +
          ")" ;
        assertEquals(toString, pprc.toString()) ;
            "PasswordPolicyResponseControl(" + warningType + "=" + warningValue + ", " + errorType + ")" ;
        assertEquals(pprc.toString(), toString);
        // check null value for the control