From 81ffc16f63ec43bb77e4b431c0f29f8fb4c4868d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 19 Mar 2010 15:43:48 -0700 Subject: [PATCH] remove unneeded testing module --- t/Asset/WikiPage/permissions.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/Asset/WikiPage/permissions.t b/t/Asset/WikiPage/permissions.t index 98cb9a300..0cc951b09 100644 --- a/t/Asset/WikiPage/permissions.t +++ b/t/Asset/WikiPage/permissions.t @@ -15,7 +15,6 @@ use lib "$FindBin::Bin/../../lib"; ##The goal of this test is to test permissions handling for the WikiMaster and WikiPage. use WebGUI::Test; -use WebGUI::Test::Maker::Permission; use WebGUI::Session; use Test::More tests => 31; # increment this value for each test you create use WebGUI::Asset::Wobject::WikiMaster;