From 83d88d15210613f427f0162921f467c2957493fa Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 2 Mar 2007 16:20:48 +0000 Subject: r21658: Add some tests for SAMR NDR (This used to be commit a36912721ae84d3a1702bd83d735cc1097968f46) --- source4/torture/ndr/ndr.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ndr/ndr.c') diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c index 55e2427210..1684d04d16 100644 --- a/source4/torture/ndr/ndr.c +++ b/source4/torture/ndr/ndr.c @@ -257,6 +257,7 @@ struct torture_suite *torture_local_ndr(void) torture_suite_add_suite(suite, ndr_netlogon_suite(suite)); torture_suite_add_suite(suite, ndr_drsuapi_suite(suite)); torture_suite_add_suite(suite, ndr_spoolss_suite(suite)); + torture_suite_add_suite(suite, ndr_samr_suite(suite)); torture_suite_add_simple_test(suite, "string terminator", test_check_string_terminator); -- cgit