From 14bd4b81846318f2dd9a6a29018481299bd07450 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 16 Feb 2005 10:04:52 +0000 Subject: r5415: added a NBT-WINSREPLICATION torture test. It asks the server for the list of partners, and for each partner dumps the complete list of names (This used to be commit dacf5f166a0d5a7bc1d96e730748811c9f47bba6) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 7cf8083ac3..9a1256fc35 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2435,6 +2435,7 @@ static struct { /* nbt tests */ {"NBT-REGISTER", torture_nbt_register, 0}, {"NBT-WINS", torture_nbt_wins, 0}, + {"NBT-WINSREPLICATION", torture_nbt_winsreplication, 0}, {NULL, NULL, 0}}; -- cgit