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

Matthew Swift
23.24.2011 d34bf5be3b9fb0cfe6291f35d71bdef728d7120c
opendj3/opendj-sdk/src/test/java/com/forgerock/opendj/util/Base64TestCase.java
File was renamed from opendj3/opendj-sdk/src/test/java/com/sun/opends/sdk/util/Base64TestCase.java
@@ -25,7 +25,7 @@
 *      Copyright 2010 Sun Microsystems, Inc.
 */
package com.sun.opends.sdk.util;
package com.forgerock.opendj.util;
@@ -37,11 +37,12 @@
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import com.forgerock.opendj.util.Base64;
/**
 * This class defines a set of tests for the {@link org.opends.sdk.util.Base64}
 * class.
 * This class defines a set of tests for the {@link Base64} class.
 */
public final class Base64TestCase extends UtilTestCase
{