summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-06-17 00:41:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:09:10 -0500
commit0f62c1119965f21d1f1c166e162f889c7f7cc75e (patch)
tree53c2e4edefb9d186476856e1f3084460d1810cd3 /source4/torture/torture.c
parent920c1ca95c499194430a18a9f2186670c6861cc4 (diff)
downloadsamba-0f62c1119965f21d1f1c166e162f889c7f7cc75e.tar.gz
r16329: Convert to new UI API.
(This used to be commit c7d1d86853eb659ee4a5cbfb4ff65b31f6fe0375)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 265f05aedb4..51308ef8245 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -637,7 +637,6 @@ static struct {
{"SCAN-EAMAX", torture_max_eas, 0},
/* local (no server) testers */
- {"LOCAL-ICONV", torture_local_iconv, 0},
{"LOCAL-TALLOC", torture_local_talloc, 0},
/* ldap testers */
@@ -667,6 +666,7 @@ static struct {
torture_local_util_strlist,
torture_local_util_file,
torture_local_idtree,
+ torture_local_iconv,
torture_local_socket,
torture_pac,
torture_registry,