From 4f78115d6df2ed1e9d8197b045e721bfe0453b45 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 3 Nov 2005 19:22:01 +0000 Subject: r11489: add the one replication cycle test to NBT-WINSREPLICATION-QUICK metze (This used to be commit fc53eab2f1bdae471ee68c4b67f57b1eb0821f61) --- source4/torture/nbt/winsreplication.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/torture/nbt/winsreplication.c') diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index 8ef1cf5c15..4af01ac1c9 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -8326,6 +8326,8 @@ BOOL torture_nbt_winsreplication_quick(void) ret &= test_assoc_ctx1(mem_ctx, address); ret &= test_assoc_ctx2(mem_ctx, address); + ret &= test_wins_replication(mem_ctx, address); + talloc_free(mem_ctx); return ret; -- cgit