svn commit: samba r25807 - in branches/SAMBA_4_0/source/torture/rpc: .

gd at samba.org gd at samba.org
Fri Nov 2 14:18:08 GMT 2007


Author: gd
Date: 2007-11-02 14:18:07 +0000 (Fri, 02 Nov 2007)
New Revision: 25807

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

Log:
Close handle during winreg test.

Guenther

Modified:
   branches/SAMBA_4_0/source/torture/rpc/winreg.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/winreg.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/winreg.c	2007-11-02 13:48:11 UTC (rev 25806)
+++ branches/SAMBA_4_0/source/torture/rpc/winreg.c	2007-11-02 14:18:07 UTC (rev 25807)
@@ -713,6 +713,10 @@
 		torture_fail(tctx,
 			     "CreateKey failed (OpenKey after Create didn't work)\n");
 
+	if (created && !test_CloseKey(p, tctx, &newhandle))
+		torture_fail(tctx,
+			     "CreateKey failed (CloseKey after Open didn't work)\n");
+
 	if (created && !test_DeleteKey(p, tctx, &handle, TEST_KEY1)) {
 		torture_comment(tctx, "DeleteKey failed\n");
 		ret = false;



More information about the samba-cvs mailing list