Add Slider to list of non-profile enabled form elements

This commit is contained in:
Colin Kuskie 2006-05-09 16:45:26 +00:00
parent 81c90f99d7
commit b4441a0c93

View file

@ -40,7 +40,7 @@ $numTests = scalar @formTypes + 1;
plan tests => $numTests;
my @notEnabled = qw/Asset Button Captcha Color Control List MimeType Submit User/;
my @notEnabled = qw/Asset Button Captcha Color Control List MimeType Slider Submit User/;
foreach my $formType (@formTypes) {
my $form = WebGUI::Form::DynamicField->new($session, fieldType => $formType);