1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r19593: add NET-API-USERLIST test

rafal
(This used to be commit fba1d8b041bc84d793ca31851bd3b70c65c083fc)
This commit is contained in:
Rafal Szczesniak 2006-11-06 23:23:47 +00:00 committed by Gerald (Jerry) Carter
parent 9355c6ff85
commit e45922e304

View File

@ -41,6 +41,7 @@ NTSTATUS torture_net_init(void)
torture_suite_add_simple_test(suite, "API-DELETEUSER", torture_deleteuser);
torture_suite_add_simple_test(suite, "API-MODIFYUSER", torture_modifyuser);
torture_suite_add_simple_test(suite, "API-USERINFO", torture_userinfo_api);
torture_suite_add_simple_test(suite, "API-USERLIST", torture_userlist);
torture_suite_add_simple_test(suite, "API-RPCCONN-BIND", torture_rpc_connect_binding);
torture_suite_add_simple_test(suite, "API-RPCCONN-SRV", torture_rpc_connect_srv);
torture_suite_add_simple_test(suite, "API-RPCCONN-PDC", torture_rpc_connect_pdc);