diff --git a/t/Form/ClassName.t b/t/Form/ClassName.t index 1b3d7d2cf..f93890d78 100644 --- a/t/Form/ClassName.t +++ b/t/Form/ClassName.t @@ -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); diff --git a/t/PodChecker.t b/t/PodChecker.t index bc70cf056..2aea99de7 100644 --- a/t/PodChecker.t +++ b/t/PodChecker.t @@ -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 diff --git a/t/mandatory_template_vars.t b/t/mandatory_template_vars.t index fc6c1f361..f81bb2f68 100644 --- a/t/mandatory_template_vars.t +++ b/t/mandatory_template_vars.t @@ -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};