소스 검색

Remove ApacheDSContainerTests successfulStartupAndShutdown since it was commented out

Rob Winch 12 년 전
부모
커밋
f1ae9da55e
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 14
      ldap/src/integration-test/java/org/springframework/security/ldap/server/ApacheDSContainerTests.java

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