setHelp not used anymore, clean up tests

This commit is contained in:
Graham Knop 2007-09-21 02:30:12 +00:00
parent eaf73a976e
commit f8781fede9
7 changed files with 4 additions and 8 deletions

View file

@ -44,6 +44,10 @@ find(\&getHelpTopics, $lib);
$numTests = scalar(@helpTopics)
;
if (!$numTests) {
plan skip_all => 'No uses of setHelp to check';
}
plan tests => $numTests;
my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session);