1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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>
This commit is contained in:
Günther Deschner 2015-06-26 16:46:36 +02:00
parent f0156ca154
commit d1e81df36e

View File

@ -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;
}