removing diag to clean up smoke test output

This commit is contained in:
Colin Kuskie 2006-04-20 18:43:20 +00:00
parent 3803e3b2ff
commit 499981d092
3 changed files with 0 additions and 12 deletions

View file

@ -24,7 +24,6 @@ plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
my @modules = ();
find(\&countModules, File::Spec->catdir( WebGUI::Test->lib, 'WebGUI' ) );
my $moduleCount = scalar(@modules);
diag("Planning on running $moduleCount tests\n");
plan tests => $moduleCount;
foreach my $package (sort @modules) {
my $pc = Pod::Coverage->new(package=>$package);