svn commit: samba r11911 - in branches/SAMBA_4_0/source/torture/nbt: .

metze at samba.org metze at samba.org
Fri Nov 25 13:44:18 GMT 2005


Author: metze
Date: 2005-11-25 13:44:16 +0000 (Fri, 25 Nov 2005)
New Revision: 11911

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

Log:
as we pass the owned_released vs. replica test now, run it with make test

metze
Modified:
   branches/SAMBA_4_0/source/torture/nbt/winsreplication.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbt/winsreplication.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2005-11-25 13:43:12 UTC (rev 11910)
+++ branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2005-11-25 13:44:16 UTC (rev 11911)
@@ -9463,6 +9463,7 @@
 	ctx = test_create_conflict_ctx(mem_ctx, address);
 
 	ret &= test_conflict_same_owner(ctx);
+	ret &= test_conflict_owned_released_vs_replica(ctx);
 
 	talloc_free(mem_ctx);
 



More information about the samba-cvs mailing list