From d335b635c2a5ebd8ac5478a4293798072ac18d47 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 12 Apr 2011 10:37:24 +1000 Subject: lib/util/charset Add many more charset tests This confirms that the behaviour of the convert_string() API (with the process-wide iconv handle). Andrew Bartlett Signed-off-by: Andrew Tridgell --- source4/torture/local/local.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index e7014f477b..6452bd6e89 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -61,6 +61,8 @@ torture_local_loadparm, torture_local_charset, torture_local_convert_string_handle, + torture_local_convert_string, + torture_local_string_case_handle, torture_local_string_case, torture_local_compression, torture_local_event, -- cgit