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

Matthew Swift
16.22.2014 42317cc5ab606b8cffc01341d90e85ac7fb958f4
opendj-config/src/test/java/org/forgerock/opendj/config/ConfigTestCase.java
@@ -25,13 +25,13 @@
 */
package org.forgerock.opendj.config;
import org.forgerock.opendj.ldap.SdkTestCase;
import org.forgerock.testng.ForgeRockTestCase;
import org.testng.annotations.Test;
/**
 * An abstract class that all unit tests should extend.
 */
@Test(groups = { "precommit", "config" })
public abstract class ConfigTestCase extends SdkTestCase {
public abstract class ConfigTestCase extends ForgeRockTestCase {
   // no implementation
}