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

Jean-Noel Rouvignac
24.54.2014 a771fcaf1dc80a6c7ea29bde04adba0179f420d8
opendj-server/src/test/java/org/forgerock/opendj/server/setup/model/CertificateTestCase.java
@@ -39,7 +39,7 @@
    /**
     * Default is a self-signed certificate.
     */
    @Test()
    @Test
    public void testGetDefault() {
        final Certificate cert = new Certificate();
        assertThat(cert.getType()).isEqualTo(CertificateType.SELF_SIGNED);
@@ -47,7 +47,7 @@
        assertThat(cert.getKeyStorePin()).isEmpty();
    }
    @Test()
    @Test
    public void testValidateDefaultCertificate() throws ConfigException {
        final Certificate cert = new Certificate();
        cert.validate();
@@ -111,7 +111,7 @@
     * @throws IOException
     *             If an exception occurs when creating the temp keystore.
     */
    @Test()
    @Test
    public void testValidateJKSCertificate() throws ConfigException, IOException {
        final Certificate cert = new Certificate();
        cert.setType(CertificateType.JKS);