From dab6b3e23e88f459e33ae7338e98baf0d9c269c7 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Sat, 17 Nov 2012 15:59:33 -0500 Subject: [PATCH] remove load of nonexistant, unused modules from a test --- t/Group/ldap_groups.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/Group/ldap_groups.t b/t/Group/ldap_groups.t index 998fe4cb8..a6cbe6987 100644 --- a/t/Group/ldap_groups.t +++ b/t/Group/ldap_groups.t @@ -14,11 +14,9 @@ use lib "$FindBin::Bin/../lib"; use WebGUI::Test; use WebGUI::Session; -use WebGUI::Utility; use WebGUI::User; use WebGUI::Group; -use WebGUI::Cache; use Test::More skip_all => 'Disabled until the test LDAP server is rejuvenated'; use Test::Deep;