Skip to content

Commit

Permalink
OAK-8725 : Improve tests for oak-external-auth (wip)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/oak/trunk@1869242 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
anchela committed Nov 1, 2019
1 parent cf1f137 commit 1addd7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProvider;
import org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapProviderConfig;
import org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalIdentityProvider;
import org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginModuleTestBase;
import org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalLoginTestBase;
import org.apache.jackrabbit.oak.spi.security.authentication.external.ExternalUser;
import org.apache.jackrabbit.oak.spi.security.authentication.external.basic.DefaultSyncConfig;
import org.apache.jackrabbit.oak.spi.security.principal.PrincipalConfiguration;
Expand All @@ -55,7 +55,7 @@
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;

public abstract class LdapLoginTestBase extends ExternalLoginModuleTestBase {
public abstract class LdapLoginTestBase extends ExternalLoginTestBase {

protected static final InternalLdapServer LDAP_SERVER = new InternalLdapServer();

Expand Down

0 comments on commit 1addd7c

Please sign in to comment.