summaryrefslogtreecommitdiff
path: root/source4/torture/nbt/winsreplication.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-11-25 13:44:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:48 -0500
commit97e19e9716e73e98cdcfd7a9a209a7a24add05fb (patch)
tree309ad065cbb35e0d2f965b11d19f6642eedc4300 /source4/torture/nbt/winsreplication.c
parentd83048aac2d22c8122fe3d3ad97460371dc35e11 (diff)
downloadsamba-97e19e9716e73e98cdcfd7a9a209a7a24add05fb.tar.gz
samba-97e19e9716e73e98cdcfd7a9a209a7a24add05fb.tar.bz2
samba-97e19e9716e73e98cdcfd7a9a209a7a24add05fb.zip
r11911: as we pass the owned_released vs. replica test now, run it with make test
metze (This used to be commit d34580ec70dca145ea7911be718ad1fc13297a20)
Diffstat (limited to 'source4/torture/nbt/winsreplication.c')
-rw-r--r--source4/torture/nbt/winsreplication.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c
index 823a4b3332..87b2c26211 100644
--- a/source4/torture/nbt/winsreplication.c
+++ b/source4/torture/nbt/winsreplication.c
@@ -9463,6 +9463,7 @@ BOOL torture_nbt_winsreplication_quick(void)
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);