diff --git a/spring-ldap-tiger/src/itest/java/conf/apacheDsContext.xml b/spring-ldap-tiger/src/itest/java/conf/apacheDsContext.xml index 52694704..a5fafb40 100644 --- a/spring-ldap-tiger/src/itest/java/conf/apacheDsContext.xml +++ b/spring-ldap-tiger/src/itest/java/conf/apacheDsContext.xml @@ -31,7 +31,7 @@ making it easier for the integration tests requiring OpenLDAP. --> - + diff --git a/spring-ldap-tiger/src/itest/java/conf/ldap.properties b/spring-ldap-tiger/src/itest/java/conf/ldap.properties index 8843f1f1..6789a99b 100644 --- a/spring-ldap-tiger/src/itest/java/conf/ldap.properties +++ b/spring-ldap-tiger/src/itest/java/conf/ldap.properties @@ -1,4 +1,4 @@ -urls=ldap://127.0.0.1:3900 +urls=ldap://127.0.0.1:3901 userDn=uid=admin,ou=system password=secret base=dc=jayway,dc=se diff --git a/spring-ldap-tiger/src/itest/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java b/spring-ldap-tiger/src/itest/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java index a8a9115b..6593d119 100644 --- a/spring-ldap-tiger/src/itest/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java +++ b/spring-ldap-tiger/src/itest/java/org/springframework/ldap/core/simple/SimpleLdapTemplateITest.java @@ -21,7 +21,7 @@ import org.springframework.ldap.AbstractLdapTemplateIntegrationTest; import org.springframework.ldap.core.DirContextAdapter; import org.springframework.ldap.core.DirContextOperations; -public abstract class SimpleLdapTemplateITest extends AbstractLdapTemplateIntegrationTest { +public class SimpleLdapTemplateITest extends AbstractLdapTemplateIntegrationTest { private SimpleLdapTemplate ldapTemplate;