Made integration test abstract so that integration tests can pass.

This commit is contained in:
Mattias Arthursson
2007-10-23 18:05:18 +00:00
parent a7749f3d90
commit 04b1607579

View File

@@ -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;