removing diag output from tests
Fix SQLForm help label so automatically generated Asset list works EMS Help and i18n
This commit is contained in:
parent
f041a0b8b1
commit
7d94874bcc
8 changed files with 80 additions and 35 deletions
|
|
@ -30,8 +30,6 @@ my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session);
|
|||
|
||||
$numTests = scalar @helpFileSet; #One for each help compile
|
||||
|
||||
diag("Planning on running $numTests tests\n");
|
||||
|
||||
plan tests => $numTests;
|
||||
|
||||
foreach my $helpSet (@helpFileSet) {
|
||||
|
|
|
|||
|
|
@ -51,8 +51,6 @@ foreach my $topic ( keys %helpTable ) {
|
|||
}
|
||||
}
|
||||
|
||||
diag("Planning on running $numTests tests\n");
|
||||
|
||||
plan tests => $numTests;
|
||||
|
||||
##Each array element is a hash with two keys, tag (entry) and namespace (topic).
|
||||
|
|
|
|||
|
|
@ -30,12 +30,8 @@ my @helpFileSet = WebGUI::Operation::Help::_getHelpFilesList($session);
|
|||
|
||||
$numTests = scalar @helpFileSet;
|
||||
|
||||
diag("Planning on running $numTests tests\n");
|
||||
|
||||
plan tests => $numTests;
|
||||
|
||||
diag("Check for mandatory lables for Help table of contents");
|
||||
|
||||
foreach my $fileSet (@helpFileSet) {
|
||||
my $file = $fileSet->[1];
|
||||
ok(WebGUI::Operation::Help::_getHelpName($session, $file), "Missing label for $file");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue