| opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java | ●●●●● patch | view | raw | blame | history |
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java
@@ -4674,6 +4674,7 @@ /** * Tests the <CODE>toString</CODE> methods with the default password policy. */ @Test() public void testToStringDefault() { PasswordPolicy p = DirectoryServer.getDefaultPasswordPolicy(); @@ -4692,6 +4693,7 @@ * * @throws Exception If an unexpected problem occurs. */ @Test() public void testToStringAuth() throws Exception {