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

neil_a_wilson
25.51.2006 5d6c61941e48a35dfeba2f304933a06776315a32
Add a couple of missing @Test annotations to methods in the password policy
test case.
1 files modified
2 ■■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java 2 ●●●●● patch | view | raw | blame | history
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
  {