From 57d690b6f693d9a90eb77404bbffc05a1c245972 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Aug 2009 12:52:11 +1000 Subject: s4:torture rework LDAP sort test This reworks the test to be part of the LDAP tests, to make better use of the torture API and the ldb API (in particular around adding controls), and a general cleanup. This also adds the test to the 'make test' run. Andrew Bartlett --- source4/torture/ldap/common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ldap/common.c') diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c index 2c11de729c..4a2bc2e391 100644 --- a/source4/torture/ldap/common.c +++ b/source4/torture/ldap/common.c @@ -105,6 +105,7 @@ NTSTATUS torture_ldap_init(void) struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "LDAP"); torture_suite_add_simple_test(suite, "BENCH-CLDAP", torture_bench_cldap); torture_suite_add_simple_test(suite, "BASIC", torture_ldap_basic); + torture_suite_add_simple_test(suite, "SORT", torture_ldap_sort); torture_suite_add_simple_test(suite, "CLDAP", torture_cldap); torture_suite_add_simple_test(suite, "SCHEMA", torture_ldap_schema); torture_suite_add_simple_test(suite, "UPTODATEVECTOR", torture_ldap_uptodatevector); -- cgit