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:
parent
2359bd5738
commit
6a035e44b0
3 changed files with 90 additions and 26 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue