add User form to list of non profile-enabled forms

This commit is contained in:
Colin Kuskie 2006-04-24 16:13:29 +00:00
parent dc1a0c7703
commit c4d6c351ec

View file

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