From 0b2780a6a424eea9989443d288435b248d653763 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Nov 2007 23:37:01 +0100 Subject: r25930: fix test name (This used to be commit 41dcd8c261aecaccee21667367bb524c13d620d9) --- source4/lib/registry/tests/generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/registry/tests') diff --git a/source4/lib/registry/tests/generic.c b/source4/lib/registry/tests/generic.c index 69146186dc..68040ea98e 100644 --- a/source4/lib/registry/tests/generic.c +++ b/source4/lib/registry/tests/generic.c @@ -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", -- cgit