update Form/GetName test to work with the update form API

This commit is contained in:
Colin Kuskie 2008-04-24 21:06:30 +00:00
parent e0ad88a869
commit 75ea5c87de

View file

@ -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.