summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/samr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-16 16:49:54 +0200
committerGünther Deschner <gd@samba.org>2010-09-16 19:03:32 +0200
commit809094a2c8224f725adcd1faff42c1de3f3eccad (patch)
treea92fb7462007f5859e57b8c108d4e21017f7c931 /source4/torture/ndr/samr.c
parentc29b16faa87dab686c8d36abc009c7d92d28a6b2 (diff)
downloadsamba-809094a2c8224f725adcd1faff42c1de3f3eccad.tar.gz
samba-809094a2c8224f725adcd1faff42c1de3f3eccad.tar.bz2
samba-809094a2c8224f725adcd1faff42c1de3f3eccad.zip
s4-smbtorture: finally enable most of our NDR_OUT NDR tests that we couldnt handle previously.
Guenther
Diffstat (limited to 'source4/torture/ndr/samr.c')
-rw-r--r--source4/torture/ndr/samr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ndr/samr.c b/source4/torture/ndr/samr.c
index 5218b9b15e..a569d65e30 100644
--- a/source4/torture/ndr/samr.c
+++ b/source4/torture/ndr/samr.c
@@ -190,7 +190,7 @@ struct torture_suite *ndr_samr_suite(TALLOC_CTX *ctx)
torture_suite_add_ndr_pull_fn_test(suite, samr_OpenUser, samr_openuser_out_data, NDR_OUT, NULL);
torture_suite_add_ndr_pull_fn_test(suite, samr_QueryUserInfo, samr_queryuserinfo_in_data, NDR_IN, NULL);
- /* torture_suite_add_ndr_pull_fn_test(suite, samr_QueryUserInfo, samr_queryuserinfo_out_data, NDR_OUT, NULL); */
+ torture_suite_add_ndr_pull_io_test(suite, samr_QueryUserInfo, samr_queryuserinfo_in_data, samr_queryuserinfo_out_data, NULL);
torture_suite_add_ndr_pull_fn_test(suite, samr_SetUserInfo, samr_setuserinfo_in_data, NDR_IN, NULL);
torture_suite_add_ndr_pull_fn_test(suite, samr_SetUserInfo, samr_setuserinfo_out_data, NDR_OUT, NULL);