update test to track core change in Form/Checkbox.pm

This commit is contained in:
Colin Kuskie 2007-01-19 16:14:30 +00:00
parent e1cf7ae8d5
commit 3930e1415d

View file

@ -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);