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

@ -118,7 +118,7 @@ is($input->value, 'WebGUI::Storage', 'Checking default value');
##Test Form Output parsing
#diag $formType;
#note $formType;
WebGUI::Form_Checking::auto_check($session, $formType, $testBlock);
#

View file

@ -36,5 +36,5 @@ my $form = WebGUI::Form::DynamicField->new($session,
fieldType => 'FormTest',
);
diag "Test loading a Form from a location outside of /data/WebGUI/lib/WebGUI";
note "Test loading a Form from a location outside of /data/WebGUI/lib/WebGUI";
isa_ok($form, 'WebGUI::Form::FormTest');