summaryrefslogtreecommitdiff
path: root/source4/torture/ndr
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-06-26 16:46:36 +0200
committerGünther Deschner <gd@samba.org>2015-07-03 02:00:27 +0200
commitd1e81df36e8906a84ef374e91bf377a0589f100a (patch)
treea1a8bed44cce61826c4a576b1e42cbee9f8f3b1a /source4/torture/ndr
parentf0156ca154546e666bbc715500e18c0f11961a38 (diff)
downloadsamba-d1e81df36e8906a84ef374e91bf377a0589f100a.tar.gz
s4-torture: pull, push and compare a witness Notify struct in ndr test.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/ndr')
-rw-r--r--source4/torture/ndr/witness.c6
1 files changed, 6 insertions, 0 deletions
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;
}