From a2c691ab9a21946e0c6a86d11278a1a220615dc8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 11 Apr 2011 21:37:01 +1000 Subject: lib/util/charset Rename convert_string test to allow a 'non_handle' test A future commit will test (with a subset of tests) the varient of this function without _handle. Andrew Bartlett Signed-off-by: Andrew Tridgell --- source4/torture/local/local.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 53fab6636c..e7014f477b 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -60,7 +60,7 @@ torture_local_share, torture_local_loadparm, torture_local_charset, - torture_local_convert_string, + torture_local_convert_string_handle, torture_local_string_case, torture_local_compression, torture_local_event, -- cgit