Add a test to User.t to make sure it isn't leaking groups.

Update POD in User.pm and Group.pm.
This commit is contained in:
Colin Kuskie 2008-08-01 23:06:23 +00:00
parent 2b8d9a7b48
commit 8d561101b5
3 changed files with 19 additions and 7 deletions

View file

@ -189,7 +189,10 @@ sub dateCreated {
=head2 delete ( )
Deletes this user.
Deletes this user, removes their user profile data, cleans up their
inbox, removes userSessionScratch data and authentication information,
removes them from any groups they belong to and deletes their
Friend's group.
=cut