Remove ApacheDSContainerTests successfulStartupAndShutdown since it was commented out

This commit is contained in:
Rob Winch 2013-04-25 11:16:40 -05:00
parent 407b08956b
commit 34893cd53a
1 changed files with 0 additions and 14 deletions

View File

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