fixing bugs reported by tests
This commit is contained in:
parent
e07b63476c
commit
40a4c3c487
5 changed files with 9 additions and 6 deletions
|
|
@ -40,7 +40,7 @@ $numTests = scalar @formTypes + 1;
|
|||
plan tests => $numTests;
|
||||
|
||||
|
||||
my @notEnabled = qw/Asset Button Captcha Checkbox Color Control List MimeType SubscriptionGroup Slider Submit User/;
|
||||
my @notEnabled = qw/Asset Button Captcha Checkbox Color Control List MimeType SubscriptionGroup Slider Submit User Attachments/;
|
||||
|
||||
foreach my $formType (@formTypes) {
|
||||
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue