Remove ApacheDSContainerTests successfulStartupAndShutdown since it was commented out
This commit is contained in:
parent
407b08956b
commit
34893cd53a
|
@ -17,7 +17,6 @@ package org.springframework.security.ldap.server;
|
|||
|
||||
import static junit.framework.Assert.fail;
|
||||
|
||||
import org.apache.directory.shared.ldap.name.LdapDN;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
@ -29,19 +28,6 @@ import org.junit.Test;
|
|||
*/
|
||||
public class ApacheDSContainerTests {
|
||||
|
||||
@Test
|
||||
public void successfulStartupAndShutdown() throws Exception {
|
||||
LdapDN people = new LdapDN("ou=people,dc=springframework,dc=org");
|
||||
people.toString();
|
||||
|
||||
// ApacheDSContainer server = new ApacheDSContainer("dc=springframework,dc=org", "classpath:test-server.ldif");
|
||||
// server.afterPropertiesSet();
|
||||
//
|
||||
// server.getService().getAdminSession().lookup(people);
|
||||
//
|
||||
// server.stop();
|
||||
}
|
||||
|
||||
// SEC-2162
|
||||
@Test
|
||||
public void failsToStartThrowsException() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue