Remove debugging output from Password test

SelectList test is finalized.
Extect auto_check to handle array and scalar accesses to the Form data post processors
This commit is contained in:
Colin Kuskie 2006-03-30 23:34:08 +00:00
parent 2359bd5738
commit 6a035e44b0
3 changed files with 90 additions and 26 deletions

View file

@ -69,8 +69,6 @@ is(scalar @inputs, 1, 'The form has 1 input');
my $input = $inputs[0];
use Data::Dumper;
diag(Dumper $input);
diag($html);
is($input->name, 'TestText', 'Checking input name');
is($input->type, $formType, 'Checking input type');
is($input->value, 'Some text in here', 'Checking default value');