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