summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-16 10:04:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:44 -0500
commit14bd4b81846318f2dd9a6a29018481299bd07450 (patch)
tree601576bde355e1aae5658da2a796f09716fff774 /source4/torture/torture.c
parenta6878f6c6e17ea99baf57e5724d524548a44ada8 (diff)
downloadsamba-14bd4b81846318f2dd9a6a29018481299bd07450.tar.gz
samba-14bd4b81846318f2dd9a6a29018481299bd07450.tar.bz2
samba-14bd4b81846318f2dd9a6a29018481299bd07450.zip
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)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
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}};