summaryrefslogtreecommitdiff
path: root/source4/lib/registry/tests/generic.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-11 23:37:01 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:45:06 +0100
commit0b2780a6a424eea9989443d288435b248d653763 (patch)
tree6dcf5b9e0de9a76a408b2dee9bbea60278038970 /source4/lib/registry/tests/generic.c
parent7ab6f359f42fc3a2028afdf8ce65cadf93f25587 (diff)
downloadsamba-0b2780a6a424eea9989443d288435b248d653763.tar.gz
samba-0b2780a6a424eea9989443d288435b248d653763.tar.bz2
samba-0b2780a6a424eea9989443d288435b248d653763.zip
r25930: fix test name
(This used to be commit 41dcd8c261aecaccee21667367bb524c13d620d9)
Diffstat (limited to 'source4/lib/registry/tests/generic.c')
-rw-r--r--source4/lib/registry/tests/generic.c2
1 files changed, 1 insertions, 1 deletions
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",