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

Matthew Swift
21.36.2012 15e3922fa321eda3deda210c8192fab6505f43eb
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/schema/SchemaTestCase.java
@@ -23,12 +23,13 @@
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.forgerock.opendj.ldap.schema;
import org.forgerock.opendj.maven.testng.OpenDJTestCase;
import org.forgerock.testng.ForgeRockTestCase;
import org.testng.annotations.Test;
@@ -37,6 +38,6 @@
 * An abstract class that all schema unit test should extend.
 */
@Test(groups = { "precommit", "schema", "sdk" })
public abstract class SchemaTestCase extends OpenDJTestCase
public abstract class SchemaTestCase extends ForgeRockTestCase
{
}