1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r25930: fix test name

(This used to be commit 41dcd8c261)
This commit is contained in:
Jelmer Vernooij 2007-11-11 23:37:01 +01:00 committed by Stefan Metzmacher
parent 7ab6f359f4
commit 0b2780a6a4

View File

@ -114,7 +114,7 @@ static bool test_reg_val_description_nullname(struct torture_context *ctx)
_PUBLIC_ NTSTATUS torture_registry_init(void)
{
struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "REGISTRY");
struct torture_suite *suite = torture_suite_create(talloc_autofree_context(), "LOCAL-REGISTRY");
torture_suite_add_simple_test(suite, "str_regtype",
test_str_regtype);
torture_suite_add_simple_test(suite, "reg_val_data_string dword",