summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-22 06:46:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:02:24 -0500
commit517238f0aa1a578aec69a40e92022a7636780c3a (patch)
treee3a134a70b790fa92aeff3808d14ff518849f9a0 /source4/torture/torture.c
parente51ae38d7b921f05ee3094ce68dfdd05bb8a5099 (diff)
downloadsamba-517238f0aa1a578aec69a40e92022a7636780c3a.tar.gz
samba-517238f0aa1a578aec69a40e92022a7636780c3a.tar.bz2
samba-517238f0aa1a578aec69a40e92022a7636780c3a.zip
r3130: - added a LOCAL-IDTREE test suite
- made idtree return a "struct idr_context *" instead of a void* - more efficient idr_remove for ids that are not present (patch from Jim Houston) (This used to be commit f8d12d4b4ae5a38de7869deb782cb8f48504844c)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index cb639da653..67f214d558 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -3472,6 +3472,7 @@ static struct {
{"LOCAL-TALLOC", torture_local_talloc, 0},
{"LOCAL-MESSAGING", torture_local_messaging, 0},
{"LOCAL-BINDINGSTRING", torture_local_binding_string, 0},
+ {"LOCAL-IDTREE", torture_local_idtree, 0},
/* ldap testers */
{"LDAP-BASIC", torture_ldap_basic, 0},