svn commit: samba r17491 - in branches/SAMBA_4_0/source/torture/local: .

metze at samba.org metze at samba.org
Fri Aug 11 11:23:50 GMT 2006


Author: metze
Date: 2006-08-11 11:23:50 +0000 (Fri, 11 Aug 2006)
New Revision: 17491

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

Log:
I forgot to commit this...fix make test...sorry:-)

metze
Modified:
   branches/SAMBA_4_0/source/torture/local/local.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/local.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/local.c	2006-08-11 10:49:38 UTC (rev 17490)
+++ branches/SAMBA_4_0/source/torture/local/local.c	2006-08-11 11:23:50 UTC (rev 17491)
@@ -51,6 +51,8 @@
 	TALLOC_CTX *mem_ctx = talloc_autofree_context();
 
 	register_torture_op("LOCAL-TALLOC", torture_local_talloc);
+	register_torture_op("LOCAL-CRYPTO-SHA1", torture_local_crypto_sha1);
+	register_torture_op("LOCAL-CRYPTO-HMACSHA1", torture_local_crypto_hmacsha1);
 	for (i = 0; suite_generators[i]; i++)
 		torture_register_suite(suite_generators[i](mem_ctx));
 



More information about the samba-cvs mailing list