removing diag output from tests

Fix SQLForm help label so automatically generated Asset list works
EMS Help and i18n
This commit is contained in:
Colin Kuskie 2006-04-19 04:54:44 +00:00
parent f041a0b8b1
commit 7d94874bcc
8 changed files with 80 additions and 35 deletions

View file

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