Removing diag to clean up smoke test output
This commit is contained in:
parent
94b5facb95
commit
3f9331a774
3 changed files with 3 additions and 3 deletions
|
|
@ -124,6 +124,6 @@ is($input->{maxlength}, 20, 'set maxlength');
|
|||
|
||||
##Test Form Output parsing
|
||||
|
||||
diag $formType;
|
||||
#diag $formType;
|
||||
WebGUI::Form_Checking::auto_check($session, $formType, $testBlock);
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ File::Find::find( \&getWebGUIModules, $wgLib);
|
|||
|
||||
plan tests => scalar(@modules);
|
||||
|
||||
diag("Planning on ".scalar(@modules)." tests");
|
||||
#diag("Planning on ".scalar(@modules)." tests");
|
||||
|
||||
my %options;
|
||||
$options{-warnings} = 0; # report only errors for now
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@ foreach my $tmpl (@tmplVarTable) {
|
|||
|
||||
plan tests => $numTests;
|
||||
|
||||
diag("planning on $numTests tests");
|
||||
#diag("planning on $numTests tests");
|
||||
|
||||
foreach my $tmpl ( @tmplVarTable ) {
|
||||
my $tmplId = $tmpl->{id};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue