Explorar o código

Switch to local url.

Luke Taylor %!s(int64=20) %!d(string=hai) anos
pai
achega
781ed0f380

+ 3 - 4
core/src/test/java/org/acegisecurity/providers/ldap/AbstractLdapServerTestCase.java

@@ -8,13 +8,12 @@ import junit.framework.TestCase;
  */
 public abstract class AbstractLdapServerTestCase extends TestCase {
     protected static final String ROOT_DN = "dc=acegisecurity,dc=org";
-    protected static final String PROVIDER_URL = "ldap://monkeymachine:389/"+ROOT_DN;
-    //protected static final String PROVIDER_URL = "ldap://localhost:10389/" + ROOT_DN;
+    //protected static final String PROVIDER_URL = "ldap://monkeymachine:389/"+ROOT_DN;
+    protected static final String PROVIDER_URL = "ldap://localhost:10389/" + ROOT_DN;
     protected static final String MANAGER_USER = "cn=manager," + ROOT_DN;
     protected static final String MANAGER_PASSWORD = "acegisecurity";
 
-
-//    protected static final LdapTestServer server = new LdapTestServer();
+    protected static final LdapTestServer server = new LdapTestServer();
 
     protected AbstractLdapServerTestCase() {
     }