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

Fabio Pistolesi
18.19.2015 70c3ddb5caef374f1ae637d3f560c973e6d842de
Fix unit tests
1 files modified
4 ■■■■ changed files
opendj-server-legacy/src/test/java/org/opends/server/schema/AuthPasswordSyntaxTest.java 4 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/schema/AuthPasswordSyntaxTest.java
@@ -27,14 +27,14 @@
import static org.assertj.core.api.Assertions.*;
import org.forgerock.testng.ForgeRockTestCase;
import org.opends.server.DirectoryServerTestCase;
import org.opends.server.types.DirectoryException;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
/** Tests the AuthPasswordSyntax. */
@SuppressWarnings("javadoc")
public class AuthPasswordSyntaxTest extends ForgeRockTestCase
public class AuthPasswordSyntaxTest extends DirectoryServerTestCase
{
  @DataProvider
  public Object[][] validEncodedPasswords()