opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/requests/RequestsTestCase.java
@@ -23,13 +23,14 @@ * * * Copyright 2010 Sun Microsystems, Inc. * Portions copyright 2012 ForgeRock AS. */ package org.forgerock.opendj.ldap.requests; import org.forgerock.opendj.maven.testng.OpenDJTestCase; import org.forgerock.testng.ForgeRockTestCase; import org.testng.annotations.Test; @@ -41,6 +42,6 @@ */ @Test(groups = { "precommit", "requests", "sdk" }) public abstract class RequestsTestCase extends OpenDJTestCase public abstract class RequestsTestCase extends ForgeRockTestCase { }