From 696e2378d74eafa3bcd0799a38b17b441a3e519e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 24 Oct 2007 04:05:59 +0000 Subject: [PATCH] don't need no stinking File::Find --- t/i18n/help.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/i18n/help.t b/t/i18n/help.t index 1582b17b5..ccb14dcc2 100644 --- a/t/i18n/help.t +++ b/t/i18n/help.t @@ -17,7 +17,6 @@ use WebGUI::Test; use WebGUI::Operation::Help; use WebGUI::International; use WebGUI::Session; -use File::Find; use Data::Dumper; #The goal of this test is to verify all the i18n labels in @@ -29,10 +28,6 @@ my $numTests = 0; my $session = WebGUI::Test->session; -# put your tests here - -my %helpTable; - my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session); foreach my $helpSet (@helpFileSet) {