Hans Leidekker (@hans) commented about dlls/wldap32/tests/parse.c:
ldap_unbind( ld );
}
+static void test_ldap_delete(void) +{
- LDAP *ld;
- ULONG ret, num;
- ld = ldap_initA( (char *)"db.debian.org", 389 );
- ok( ld != NULL, "ldap_init failed\n" );
Please reuse the existing connection like in test_ldap_parse_sort_control() so we don't put unnecessary burden on the server. Same goes for the tests you added in previous commits.