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

jelmer at samba.org jelmer at samba.org
Wed Sep 22 18:59:13 GMT 2004


Author: jelmer
Date: 2004-09-22 18:59:13 +0000 (Wed, 22 Sep 2004)
New Revision: 2532

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/rpc&rev=2532&nolog=1

Log:
Don't run EnumValue torture test for now (idl needs fixing, doesn't compile)

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	2004-09-22 18:35:14 UTC (rev 2531)
+++ branches/SAMBA_4_0/source/torture/rpc/winreg.c	2004-09-22 18:59:13 UTC (rev 2532)
@@ -265,6 +265,7 @@
 static BOOL test_EnumValue(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx, 
 			   struct policy_handle *handle, int max_valnamelen, int max_valbufsize)
 {
+#if 0
 	struct winreg_EnumValue r;
     struct winreg_Uint8buf vb;
     struct winreg_EnumValueName vn;
@@ -299,7 +300,7 @@
 		printf("EnumValue failed - %s\n", win_errstr(r.out.result));
 		return False;
 	}
-			
+#endif 
 	return True;
 }
 



More information about the samba-cvs mailing list