don't need no stinking File::Find

This commit is contained in:
Colin Kuskie 2007-10-24 04:05:59 +00:00
parent 3fc39faa3d
commit 696e2378d7

View file

@ -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) {