From 29ca0f2168d0b56cf508e461aca63d5da61d2cda Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 8 Jun 2010 08:42:43 -0700 Subject: [PATCH] Remove uncontrolled diagnostics, and done_testing. --- t/Inbox/Groups.t | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/t/Inbox/Groups.t b/t/Inbox/Groups.t index 33be2430c..e8264a553 100644 --- a/t/Inbox/Groups.t +++ b/t/Inbox/Groups.t @@ -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;