From 04b160757916411f7a15fe8d18ed7c04a51313f4 Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Tue, 23 Oct 2007 18:05:18 +0000 Subject: [PATCH] Made integration test abstract so that integration tests can pass. --- .../ldap/core/simple/SimpleLdapTemplateITest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6593d119..a8a9115b 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 class SimpleLdapTemplateITest extends AbstractLdapTemplateIntegrationTest { +public abstract class SimpleLdapTemplateITest extends AbstractLdapTemplateIntegrationTest { private SimpleLdapTemplate ldapTemplate;