From 97e19e9716e73e98cdcfd7a9a209a7a24add05fb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 25 Nov 2005 13:44:16 +0000 Subject: r11911: as we pass the owned_released vs. replica test now, run it with make test metze (This used to be commit d34580ec70dca145ea7911be718ad1fc13297a20) --- source4/torture/nbt/winsreplication.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/nbt') 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); -- cgit