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

Nicolas Capponi
02.33.2014 e114a899bbc0df59f5135f195d24797bf6c1b778
opendj-sdk/opendj-admin/src/test/java/org/forgerock/opendj/config/ConfigTestCase.java
@@ -26,7 +26,6 @@
package org.forgerock.opendj.config;
import org.forgerock.opendj.ldap.SdkTestCase;
import org.opends.server.admin.ClassPropertyDefinition;
import org.testng.annotations.Test;
/**
@@ -34,12 +33,5 @@
 */
@Test(groups = { "precommit", "config" })
public abstract class ConfigTestCase extends SdkTestCase {
    protected void disableClassValidationForProperties() {
        ClassPropertyDefinition.setAllowClassValidation(false);
    }
    protected void enableClassValidationForProperties() {
        ClassPropertyDefinition.setAllowClassValidation(true);
    }
   // no implementation
}