diff options
author | Rafal Szczesniak <mimir@samba.org> | 2005-08-03 03:28:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:02 -0500 |
commit | d1743c93df5e4061110dbb5ace8a1dab58f90989 (patch) | |
tree | 4e851df1104d7f785dd56ca4fc74f870ef72d950 /source4/torture/torture.c | |
parent | 916505f66197b8ed9d767ea45e13cb3fd8319ae7 (diff) | |
download | samba-d1743c93df5e4061110dbb5ace8a1dab58f90989.tar.gz samba-d1743c93df5e4061110dbb5ace8a1dab58f90989.tar.xz samba-d1743c93df5e4061110dbb5ace8a1dab58f90989.zip |
r8975: Very basic test for delshare function based on code submitted
by Gregory LEOCADIE <gleocadie@idealx.com>.
rafal
(This used to be commit 4d4d1ab37d68b6054b7b0459e2e7e86141f9b462)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index c25d808ee82..436c7281bd6 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2346,6 +2346,7 @@ static struct { {"NET-API-CREATEUSER", torture_createuser, 0}, {"NET-API-RPCCONNECT", torture_rpc_connect, 0}, {"NET-API-LISTSHARES", torture_listshares, 0}, + {"NET-API-DELSHARE", torture_delshare, 0}, {NULL, NULL, 0}}; |