Explorar el Código

Remove ApacheDSContainerTests successfulStartupAndShutdown since it was commented out

Rob Winch hace 12 años
padre
commit
f1ae9da55e

+ 0 - 14
ldap/src/integration-test/java/org/springframework/security/ldap/server/ApacheDSContainerTests.java

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