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

metze at samba.org metze at samba.org
Mon Oct 2 10:38:24 GMT 2006


Author: metze
Date: 2006-10-02 10:38:24 +0000 (Mon, 02 Oct 2006)
New Revision: 19035

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

Log:
add LOCAL-REPLACE test

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


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/config.mk
===================================================================
--- branches/SAMBA_4_0/source/torture/local/config.mk	2006-10-02 10:37:17 UTC (rev 19034)
+++ branches/SAMBA_4_0/source/torture/local/config.mk	2006-10-02 10:38:24 UTC (rev 19035)
@@ -7,6 +7,8 @@
 		proto.h
 OBJ_FILES = \
 		iconv.o \
+		../../lib/replace/test/testsuite.o \
+		../../lib/replace/test/os2_delete.o \
 		../../lib/talloc/testsuite.o \
 		../../lib/crypto/md4test.o \
 		../../lib/crypto/md5test.o \

Modified: branches/SAMBA_4_0/source/torture/local/local.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/local.c	2006-10-02 10:37:17 UTC (rev 19034)
+++ branches/SAMBA_4_0/source/torture/local/local.c	2006-10-02 10:38:24 UTC (rev 19035)
@@ -50,6 +50,7 @@
 	int i;
 	TALLOC_CTX *mem_ctx = talloc_autofree_context();
 
+	register_torture_op("LOCAL-REPLACE", torture_local_replace);
 	register_torture_op("LOCAL-TALLOC", torture_local_talloc);
 	register_torture_op("LOCAL-CRYPTO-MD4", torture_local_crypto_md4);
 	register_torture_op("LOCAL-CRYPTO-MD5", torture_local_crypto_md5);



More information about the samba-cvs mailing list