From adcd33c9067b19d507abcea4fe76f725d02e9863 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Thu, 21 Apr 2005 07:25:16 +0000 Subject: r6415: Added NET-USERDEL torture test which proves something's wrong with user del function. rafal (This used to be commit a6b191188294c447fc4942c632fe905984048834) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index fb2d7bd663..5734fc0f8d 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2420,6 +2420,7 @@ static struct { /* libnet tests */ {"NET-USERINFO", torture_userinfo, 0}, {"NET-USERADD", torture_useradd, 0}, + {"NET-USERDEL", torture_userdel, 0}, {NULL, NULL, 0}}; -- cgit