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

Matthew Swift
12.31.2011 d4f22528cb25b6e08ac7de6289c532468e37bbe3
Fix build after previous re-import of code
1 files deleted
3 files renamed
21 files modified
296 ■■■■ changed files
opendj3/opendj-build-tools/opendj-maven-plugin/.classpath 1 ●●●● patch | view | raw | blame | history
opendj3/opendj-build-tools/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java 9 ●●●●● patch | view | raw | blame | history
opendj3/opendj-build-tools/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestListener.java 25 ●●●●● patch | view | raw | blame | history
opendj3/opendj-build-tools/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/package-info.java 22 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-client-tools/src/test/java/com/sun/opends/sdk/tools/ToolsTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages.properties 27 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_de.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_es.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_fr.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_ja.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_ko.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_zh_CN.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_zh_TW.properties 16 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/LDAPTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/com/sun/opends/sdk/util/UtilTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/AttributeDescriptionTestCase.java 3 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/SdkTestCase.java 3 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/SuiteRunner.java 54 ●●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/asn1/ASN1ReaderTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/asn1/ASN1WriterTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/controls/ControlsTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/ldif/LDIFTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/requests/RequestsTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/responses/ResponsesTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/schema/SchemaTestCase.java 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-build-tools/opendj-maven-plugin/.classpath
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" output="target/classes" path="src/main/java"/>
    <classpathentry kind="src" output="target/classes" path="target/generated-sources/plugin"/>
    <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
opendj3/opendj-build-tools/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestCase.java
File was renamed from opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/OpenDSTestCase.java
@@ -23,9 +23,10 @@
 *
 *
 *      Copyright 2009-2010 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.sdk;
package org.opendj.buildtools.testng;
@@ -47,7 +48,7 @@
 * them include the class name.
 */
@Test(sequential = true)
public abstract class OpenDSTestCase
public abstract class OpenDJTestCase
{
  //
@@ -119,8 +120,8 @@
    Class<?> cls = this.getClass();
    // Iterate through all of the fields in all subclasses of
    // DirectoryServerTestCase, but not DirectoryServerTestCase itself.
    while (OpenDSTestCase.class.isAssignableFrom(cls)
        && !OpenDSTestCase.class.equals(cls))
    while (OpenDJTestCase.class.isAssignableFrom(cls)
        && !OpenDJTestCase.class.equals(cls))
    {
      final Field fields[] = cls.getDeclaredFields();
      for (final Field field : fields)
opendj3/opendj-build-tools/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/OpenDJTestListener.java
File was renamed from opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/TestListener.java
@@ -23,13 +23,12 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions copyright 2011 ForgeRock AS
 */
package org.opends.sdk;
package org.opendj.buildtools.testng;
import static com.sun.opends.sdk.util.StaticUtils.EOL;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
@@ -50,12 +49,16 @@
 * This class is our replacement for the test results that TestNG generates. It
 * prints out test to the console as they happen.
 */
public class TestListener extends TestListenerAdapter implements IReporter
public class OpenDJTestListener extends TestListenerAdapter implements IReporter
{
  /**
   *
   * The end-of-line character for this platform.
   */
  private static final String EOL = System.getProperty("line.separator");
  private static class TestClassResults
  {
    private final IClass _cls;
@@ -417,7 +420,7 @@
  public TestListener() throws Exception
  public OpenDJTestListener() throws Exception
  {
    initializeProgressVars();
  }
@@ -586,20 +589,20 @@
    final Object[] testInstances = result.getMethod().getInstances();
    for (final Object testInstance : testInstances)
    {
      if (testInstance instanceof OpenDSTestCase)
      if (testInstance instanceof OpenDJTestCase)
      {
        final OpenDSTestCase openDSTestCase = (OpenDSTestCase) testInstance;
        final OpenDJTestCase openDJTestCase = (OpenDJTestCase) testInstance;
        final Object[] parameters = result.getParameters();
        if (result.getStatus() == ITestResult.SUCCESS)
        {
          openDSTestCase.addParamsFromSuccessfulTests(parameters);
          openDJTestCase.addParamsFromSuccessfulTests(parameters);
          // This can eat up a bunch of memory for tests that are
          // expected to throw
          result.setThrowable(null);
        }
        else
        {
          openDSTestCase.addParamsFromFailedTest(parameters);
          openDJTestCase.addParamsFromFailedTest(parameters);
          // When the test finishes later on, we might not have
          // everything
@@ -753,7 +756,7 @@
    }
    _checkedForTypeAndAnnotations.add(testClass);
    if (!OpenDSTestCase.class.isAssignableFrom(testClass))
    if (!OpenDJTestCase.class.isAssignableFrom(testClass))
    {
      final String errorMessage = "The test class " + testClass.getName()
          + " must inherit (directly or indirectly) "
opendj3/opendj-build-tools/opendj-testng-support/src/main/java/org/opendj/buildtools/testng/package-info.java
File was renamed from opendj3/opendj-modules/opendj-sdk/src/test/java/com/sun/opends/sdk/messages/MessagesTestCase.java
@@ -7,33 +7,27 @@
 * with the License.
 *
 * You can obtain a copy of the license at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE
 * or https://OpenDS.dev.java.net/OpenDS.LICENSE.
 * trunk/opends/resource/legal-notices/CDDLv1_0.txt
 * or http://forgerock.org/license/CDDLv1.0.html.
 * See the License for the specific language governing permissions
 * and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL HEADER in each
 * file and include the License file at
 * trunk/opends/resource/legal-notices/OpenDS.LICENSE.  If applicable,
 * trunk/opends/resource/legal-notices/CDDLv1_0.txt.  If applicable,
 * add the following below this CDDL HEADER, with the fields enclosed
 * by brackets "[]" replaced with your own identifying information:
 *      Portions Copyright [yyyy] [name of copyright owner]
 *
 * CDDL HEADER END
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Copyright 2011 ForgeRock AS
 */
package com.sun.opends.sdk.messages;
/**
 * TestNG unit testing infrastructure necessary for the OpenDJ project.
 */
package org.opendj.buildtools.testng;
import org.opends.sdk.OpenDSTestCase;
public class MessagesTestCase extends OpenDSTestCase
{
}
opendj3/opendj-modules/opendj-client-tools/src/test/java/com/sun/opends/sdk/tools/ToolsTestCase.java
@@ -29,7 +29,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -40,6 +40,6 @@
 */
@Test(groups = { "precommit", "tools", "sdk" }, sequential = true)
public abstract class ToolsTestCase extends OpenDSTestCase
public abstract class ToolsTestCase extends OpenDJTestCase
{
}
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages.properties
@@ -24,31 +24,6 @@
#
#      Copyright 2010 Sun Microsystems, Inc.
#
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
#
# Schema messages
#
SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE=Unable to retrieve \
 approximate matching rule %s used as the default for the %s attribute syntax. \
 Approximate matching will not be allowed by default for attributes with this \
@@ -2923,7 +2898,7 @@
SEVERE_ERR_LDAPURL_NO_SCHEME=The provided string "%s" cannot be decoded \
 as an LDAP URL because it does not contain a protocol scheme
SEVERE_ERR_LDAPURL_BAD_SCHEME=The provided string "%s" cannot be decoded \
 as an LDAP URL because the protocol scheme "%s" is invalid. It should be
 as an LDAP URL because the protocol scheme "%s" is invalid. It should be \
 either "ldap" or "ldaps"
SEVERE_ERR_LDAPURL_NO_HOST=The provided string "%s" cannot be decoded as \
 an LDAP URL because it does not contain a host before the colon to specify \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_de.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_es.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_fr.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_ja.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_ko.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_zh_CN.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/main/resources/com/sun/opends/sdk/messages/messages_zh_TW.properties
@@ -22,22 +22,6 @@
#
#      Copyright 2009 Sun Microsystems, Inc.
#
# Global directives
#
global.ordinal=-1
#
# Format string definitions
#
# Keys must be formatted as follows:
#
# [DESCRIPTION]
#
# where:
#
# DESCRIPTION is an upper case string providing a hint as to the context of
# the message in upper case with the underscore ('_') character serving as
# word separator
#
###SEVERE_ERR_ATTR_SYNTAX_UNKNOWN_APPROXIMATE_MATCHING_RULE_1=Unable to retrieve \
### approximate matching rule %s used as the default for the %s attribute syntax. \
### Approximate matching will not be allowed by default for attributes with this \
opendj3/opendj-modules/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/LDAPTestCase.java
@@ -29,7 +29,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -40,6 +40,6 @@
 */
@Test(groups = { "precommit", "ldap", "sdk" }, sequential = true)
public abstract class LDAPTestCase extends OpenDSTestCase
public abstract class LDAPTestCase extends OpenDJTestCase
{
}
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
{
}
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/AttributeDescriptionTestCase.java
@@ -31,6 +31,7 @@
import java.util.Iterator;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.opends.sdk.schema.Schema;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
@@ -41,7 +42,7 @@
/**
 * Test {@code AttributeDescription}.
 */
public final class AttributeDescriptionTestCase extends OpenDSTestCase
public final class AttributeDescriptionTestCase extends OpenDJTestCase
{
  @DataProvider(name = "dataForCompareCoreSchema")
  public Object[][] dataForCompareCoreSchema()
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/SdkTestCase.java
@@ -28,6 +28,7 @@
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -38,6 +39,6 @@
 */
@Test(groups = { "precommit", "types", "sdk" }, sequential = true)
public abstract class SdkTestCase extends OpenDSTestCase
public abstract class SdkTestCase extends OpenDJTestCase
{
}
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/SuiteRunner.java
File was deleted
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/asn1/ASN1ReaderTestCase.java
@@ -34,10 +34,10 @@
import java.io.IOException;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.opends.sdk.ByteString;
import org.opends.sdk.ByteStringBuilder;
import org.opends.sdk.DecodeException;
import org.opends.sdk.OpenDSTestCase;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
@@ -47,7 +47,7 @@
 * An abstract base class for all ASN1Reader test cases.
 */
@Test(groups = { "precommit", "asn1", "sdk" }, sequential = true)
public abstract class ASN1ReaderTestCase extends OpenDSTestCase
public abstract class ASN1ReaderTestCase extends OpenDJTestCase
{
  /**
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/asn1/ASN1WriterTestCase.java
@@ -35,10 +35,10 @@
import java.io.IOException;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.opends.sdk.ByteString;
import org.opends.sdk.ByteStringBuilder;
import org.opends.sdk.DecodeException;
import org.opends.sdk.OpenDSTestCase;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
@@ -50,7 +50,7 @@
 * An abstract base class for all ASN1Writer test cases.
 */
@Test(groups = { "precommit", "asn1", "sdk" }, sequential = true)
public abstract class ASN1WriterTestCase extends OpenDSTestCase
public abstract class ASN1WriterTestCase extends OpenDJTestCase
{
  // Create an array with all of the valid single-byte types. We don't
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/controls/ControlsTestCase.java
@@ -29,7 +29,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.opends.sdk.TestCaseUtils;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
@@ -43,7 +43,7 @@
 */
@Test(groups = { "precommit", "controls", "sdk" }, sequential = true)
public abstract class ControlsTestCase extends OpenDSTestCase
public abstract class ControlsTestCase extends OpenDJTestCase
{
  /**
   * Set up the environment for performing the tests in this suite.
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/ldif/LDIFTestCase.java
@@ -28,7 +28,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -39,6 +39,6 @@
 */
@Test(groups = { "precommit", "types", "sdk" }, sequential = true)
public abstract class LDIFTestCase extends OpenDSTestCase
public abstract class LDIFTestCase extends OpenDJTestCase
{
}
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/requests/RequestsTestCase.java
@@ -29,7 +29,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -41,6 +41,6 @@
 */
@Test(groups = { "precommit", "requests", "sdk" }, sequential = true)
public abstract class RequestsTestCase extends OpenDSTestCase
public abstract class RequestsTestCase extends OpenDJTestCase
{
}
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/responses/ResponsesTestCase.java
@@ -29,7 +29,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -41,6 +41,6 @@
 */
@Test(groups = { "precommit", "responses", "sdk" }, sequential = true)
public abstract class ResponsesTestCase extends OpenDSTestCase
public abstract class ResponsesTestCase extends OpenDJTestCase
{
}
opendj3/opendj-modules/opendj-sdk/src/test/java/org/opends/sdk/schema/SchemaTestCase.java
@@ -28,7 +28,7 @@
import org.opends.sdk.OpenDSTestCase;
import org.opendj.buildtools.testng.OpenDJTestCase;
import org.testng.annotations.Test;
@@ -37,6 +37,6 @@
 * An abstract class that all schema unit test should extend.
 */
@Test(groups = { "precommit", "schema", "sdk" }, sequential = true)
public abstract class SchemaTestCase extends OpenDSTestCase
public abstract class SchemaTestCase extends OpenDJTestCase
{
}