update test to track core change in Form/Checkbox.pm
This commit is contained in:
parent
e1cf7ae8d5
commit
3930e1415d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ $numTests = scalar @formTypes + 1;
|
|||
plan tests => $numTests;
|
||||
|
||||
|
||||
my @notEnabled = qw/Asset Button Captcha Color Control List MimeType Slider Submit User/;
|
||||
my @notEnabled = qw/Asset Button Captcha Checkbox Color Control List MimeType Slider Submit User/;
|
||||
|
||||
foreach my $formType (@formTypes) {
|
||||
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue