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

Matthew Swift
23.24.2011 d34bf5be3b9fb0cfe6291f35d71bdef728d7120c
opendj3/opendj-sdk/src/test/java/com/forgerock/opendj/ldap/LDAPTestCase.java
File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/ldap/LDAPTestCase.java
@@ -25,7 +25,7 @@
 *      Copyright 2010 Sun Microsystems, Inc.
 */
package com.sun.opends.sdk.ldap;
package com.forgerock.opendj.ldap;
@@ -36,7 +36,7 @@
/**
 * An abstract class that all ldap unit tests should extend. Ldap represents the
 * classes found directly under the package com.sun.opends.sdk.ldap.
 * classes found directly under the package com.forgerock.opendj.ldap.ldap.
 */
@Test(groups = { "precommit", "ldap", "sdk" })