svn commit: samba r25930 - in branches/SAMBA_4_0: . source/lib/registry/tests

jelmer at samba.org jelmer at samba.org
Sun Nov 11 23:37:01 GMT 2007


Author: jelmer
Date: 2007-11-11 23:37:01 +0000 (Sun, 11 Nov 2007)
New Revision: 25930

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25930

Log:
fix test name
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/registry/tests/generic.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/registry/tests/generic.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tests/generic.c	2007-11-11 23:36:57 UTC (rev 25929)
+++ branches/SAMBA_4_0/source/lib/registry/tests/generic.c	2007-11-11 23:37:01 UTC (rev 25930)
@@ -114,7 +114,7 @@
 
 _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",



More information about the samba-cvs mailing list