summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-30 06:40:15 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-30 06:47:25 +0200
commit40e7769959e29eccf1f0f14142828c9d0b7880b6 (patch)
tree7200466bf9c7354be6506ae7386c06b6ffffd496 /source4/torture/rpc/rpc.c
parent844b331d257b02c073cc0dc4a6e229e6b9645949 (diff)
downloadsamba-40e7769959e29eccf1f0f14142828c9d0b7880b6.tar.gz
samba-40e7769959e29eccf1f0f14142828c9d0b7880b6.tar.bz2
samba-40e7769959e29eccf1f0f14142828c9d0b7880b6.zip
s4:torture/rpc: add RPC-OBJECTUUID
This test shows that object uuids should be ignored if they're present in a dcerpc request. metze
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 85f7bde16c..c35f93e3f9 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -387,6 +387,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_atsvc(suite));
torture_suite_add_suite(suite, torture_rpc_wkssvc(suite));
torture_suite_add_suite(suite, torture_rpc_handles(suite));
+ torture_suite_add_suite(suite, torture_rpc_object_uuid(suite));
torture_suite_add_suite(suite, torture_rpc_winreg(suite));
torture_suite_add_simple_test(suite, "SPOOLSS", torture_rpc_spoolss);
torture_suite_add_suite(suite, torture_rpc_spoolss_notify(suite));