From d1e81df36e8906a84ef374e91bf377a0589f100a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Deschner?= Date: Fri, 26 Jun 2015 16:46:36 +0200 Subject: [PATCH] s4-torture: pull, push and compare a witness Notify struct in ndr test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: Stefan Metzmacher --- source4/torture/ndr/witness.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source4/torture/ndr/witness.c b/source4/torture/ndr/witness.c index e3a2efd7c48..e837eab40fe 100644 --- a/source4/torture/ndr/witness.c +++ b/source4/torture/ndr/witness.c @@ -314,5 +314,11 @@ struct torture_suite *ndr_witness_suite(TALLOC_CTX *ctx) NDR_OUT, witness_AsyncNotify_check_OUT); + torture_suite_add_ndr_pullpush_fn_test_flags(suite, + witness_AsyncNotify, + witness_AsyncNotify_data_OUT, + NDR_OUT, + 0, + witness_AsyncNotify_check_OUT); return suite; }