setHelp not used anymore, clean up tests
This commit is contained in:
parent
eaf73a976e
commit
f8781fede9
7 changed files with 4 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue