LDAP-56: generic integration tests are now configurable to run against a local LDAP server rather than startin in-process ApacheDS.

This commit is contained in:
Mattias Hellborg Arthursson
2013-10-25 10:46:28 +02:00
parent cdea204f55
commit 2eba25811e
44 changed files with 279 additions and 553 deletions

View File

@@ -99,6 +99,6 @@ public class TransactionAwareContextSourceProxy
}
public DirContext getContext(String principal, String credentials) throws NamingException {
throw new UnsupportedOperationException("Not supported on a transacted ContextSource");
return target.getContext(principal, credentials);
}
}