diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 10:37:24 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:47:08 +1000 |
commit | d335b635c2a5ebd8ac5478a4293798072ac18d47 (patch) | |
tree | b3489f33920ad7b3ed5b3ce5b8c1183694e72c3d /source4/torture/local | |
parent | 748c31dc5de762942770b4cced8c1ea827d8e040 (diff) | |
download | samba-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/torture/local')
-rw-r--r-- | source4/torture/local/local.c | 2 |
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, |