*/
public void testOpenClose() throws XWikiLDAPException
{
int port = LDAPTestSetup.getLDAPPort();
XWikiLDAPConnection connection = new XWikiLDAPConnection();
assertTrue("LDAP connection failed", connection.open("localhost", port, LDAPTestSetup.HORATIOHORNBLOWER_DN,
LDAPTestSetup.HORATIOHORNBLOWER_PWD, null, false, context));
connection.close();
}