summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 10:37:24 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 14:47:08 +1000
commitd335b635c2a5ebd8ac5478a4293798072ac18d47 (patch)
treeb3489f33920ad7b3ed5b3ce5b8c1183694e72c3d /source4
parent748c31dc5de762942770b4cced8c1ea827d8e040 (diff)
downloadsamba-d335b635c2a5ebd8ac5478a4293798072ac18d47.tar.gz
samba-d335b635c2a5ebd8ac5478a4293798072ac18d47.tar.bz2
samba-d335b635c2a5ebd8ac5478a4293798072ac18d47.zip
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 <tridge@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/local/local.c2
1 files changed, 2 insertions, 0 deletions
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,