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