update Form/GetName test to work with the update form API
This commit is contained in:
parent
e0ad88a869
commit
75ea5c87de
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,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