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

Matthew Swift
12.31.2011 d4f22528cb25b6e08ac7de6289c532468e37bbe3
opendj3/opendj-modules/opendj-sdk/src/test/java/com/sun/opends/sdk/util/UtilTestCase.java
@@ -29,7 +29,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -39,6 +39,6 @@
 * classes found directly under the package org.opends.sdk.util.
 */
@Test(groups = { "precommit", "util", "sdk" }, sequential = true)
public abstract class UtilTestCase extends OpenDSTestCase
public abstract class UtilTestCase extends OpenDJTestCase
{
}