فهرست منبع

Update ldap test base class to use LdapContext by default.

Luke Taylor 18 سال پیش
والد
کامیت
e7ede68352
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      core/src/test/java/org/acegisecurity/ldap/AbstractLdapServerTestCase.java

+ 1 - 0
core/src/test/java/org/acegisecurity/ldap/AbstractLdapServerTestCase.java

@@ -70,6 +70,7 @@ public abstract class AbstractLdapServerTestCase extends TestCase {
         idf = new DefaultInitialDirContextFactory(PROVIDER_URL);
         idf.setInitialContextFactory(CONTEXT_FACTORY);
         idf.setExtraEnvVars(EXTRA_ENV);
+        idf.setUseLdapContext(true);
 
         onSetUp();
     }