From 4b3b32a2f159b56e303edb80f31dbc96648366fa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 8 Jul 2004 16:41:10 +0000 Subject: r1403: commit volkers initial RAP torture test we'll try to autogenerate the specific calls in future by pidl and create a new subsystem for the rap lib after that the server side will be added metze (This used to be commit f1bbde6bb4790f915c1fdbb53f6452c5ea454936) --- source4/torture/torture.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index ccbf66a5c8..0a74c75961 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -4215,8 +4215,9 @@ static struct { {"RPC-MGMT", torture_rpc_mgmt, 0}, {"RPC-SCANNER", torture_rpc_scanner, 0}, {"RPC-AUTOIDL", torture_rpc_autoidl, 0}, - {"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0}, {"RPC-MULTIBIND", torture_multi_bind, 0}, + {"RAP-RAW", torture_raw_rap, 0}, + {"NTLMSSP-SELFCHECK", torture_ntlmssp_self_check, 0}, {NULL, NULL, 0}}; -- cgit