use note instead of diag in tests for non-error debug output

This commit is contained in:
Graham Knop 2009-09-23 08:29:05 -05:00
parent 929c012075
commit 67b729fee0
30 changed files with 50 additions and 50 deletions

View file

@ -23,7 +23,7 @@ File::Find::find( \&getWebGUIModules, $wgLib);
plan tests => scalar(@modules);
#diag("Planning on ".scalar(@modules)." tests");
#note("Planning on ".scalar(@modules)." tests");
my %options;
$options{-warnings} = 0; # report only errors for now