test for the profileEnabled flag in all forms reported by FieldType. Also place in 1 location the list of Forms which are NOT allowed to be profileEnabled
This commit is contained in:
parent
1f80dedb8f
commit
d992111ac1
2 changed files with 61 additions and 2 deletions
|
|
@ -32,8 +32,6 @@ my $session = WebGUI::Test->session;
|
|||
|
||||
# put your tests here
|
||||
|
||||
diag("Getting the list of all Form types\n");
|
||||
|
||||
my @formTypes = sort @{ WebGUI::Form::FieldType->getTypes($session) };
|
||||
|
||||
##We have to remove DynamicField from this list, since when you call new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue