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:
parent
f0156ca154
commit
d1e81df36e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user