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

coulbeck
04.25.2007 d72ef9cf9a51f028c58c4bfe4a70e08b4348b678
Enable test case org.opends.server.types.CryptoManagerTestCase#testKeyPersistence.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/types/CryptoManagerTestCase.java 2 ●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/types/CryptoManagerTestCase.java
@@ -322,7 +322,7 @@
   @throws Exception  In case an error occurs in the encryption routine.
   */
  @Test(enabled=false)
  @Test(enabled=true)
  public void testKeyPersistence()
        throws Exception {
    final CryptoManager cm = DirectoryServer.getCryptoManager();