Fix the test to work with the new form API.
However, the test fails miserably. Something happened to the profileEnabled field of all form fields. This needs to be fixed and then Operation/ProfileSettings updated as well.
This commit is contained in:
parent
89829bb4da
commit
bcdafdc84b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ my $session = WebGUI::Test->session;
|
|||
|
||||
# put your tests here
|
||||
|
||||
my @formTypes = sort @{ WebGUI::Form::FieldType->getTypes($session) };
|
||||
my @formTypes = sort keys %{ WebGUI::Form::FieldType->new($session)->getTypes() };
|
||||
|
||||
##We have to remove DynamicField from this list, since when you call new
|
||||
##it wants to return a type. We'll check it manually.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue