From 0f62c1119965f21d1f1c166e162f889c7f7cc75e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 17 Jun 2006 00:41:53 +0000 Subject: r16329: Convert to new UI API. (This used to be commit c7d1d86853eb659ee4a5cbfb4ff65b31f6fe0375) --- source4/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 265f05aedb..51308ef824 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, -- cgit