don't need no stinking File::Find
This commit is contained in:
parent
3fc39faa3d
commit
696e2378d7
1 changed files with 0 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue