use note instead of diag in tests for non-error debug output
This commit is contained in:
parent
929c012075
commit
67b729fee0
30 changed files with 50 additions and 50 deletions
|
|
@ -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);
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue