summaryrefslogtreecommitdiffstats
path: root/source4/torture/ldap/common.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-08-04 12:52:11 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-08-04 13:11:07 +1000
commit57d690b6f693d9a90eb77404bbffc05a1c245972 (patch)
treea0c6eaca83886f0e55ebb4224f1a093f81a964fd /source4/torture/ldap/common.c
parent3eaef05506d5c17eea4105c4bf3138accd59df9f (diff)
downloadsamba-57d690b6f693d9a90eb77404bbffc05a1c245972.tar.gz
samba-57d690b6f693d9a90eb77404bbffc05a1c245972.tar.xz
samba-57d690b6f693d9a90eb77404bbffc05a1c245972.zip
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
Diffstat (limited to 'source4/torture/ldap/common.c')
-rw-r--r--source4/torture/ldap/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ldap/common.c b/source4/torture/ldap/common.c
index 2c11de729c2..4a2bc2e3916 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);