Fix the test to track changes in the TimeField form.

This commit is contained in:
Colin Kuskie 2011-03-07 19:06:51 -08:00
parent cd483f856a
commit a78e0ea49e

View file

@ -71,7 +71,7 @@ my @forms = HTML::Form->parse($html, 'http://www.webgui.org');
is(scalar @forms, 1, '1 form was parsed');
my @inputs = $forms[0]->inputs;
is(scalar @inputs, 3, 'The form has 3 inputs. Field, pop-up and CSRF');
is(scalar @inputs, 2, 'The form has 2 inputs. Field and CSRF');
#Basic tests