Remove uncontrolled diagnostics, and done_testing.

This commit is contained in:
Colin Kuskie 2010-06-08 08:42:43 -07:00 committed by Doug Bell
parent 7ef9c6e6f2
commit 29ca0f2168

View file

@ -24,7 +24,7 @@ use WebGUI::User;
use Test::More;
plan tests => 14;
plan tests => 13;
use Data::Dumper;
@ -92,8 +92,6 @@ ok((! grep $_ eq $group->getId, @{ $userFred->getGroupIdsRecursive } ), '... rem
# eval { $userFred->session->stow->delete("gotGroupsForUser"); }; # blow the cache
# note "after blowing the cache:";
# note "group->getAllUsers: " . Dumper $group->getAllUsers();
# note "getGroupIdsRecursive: " . Dumper $userFred->getGroupIdsRecursive;
# note "user->getGroups: " . Dumper $userFred->getGroups;