From a78e0ea49ec1f3d1f6341307d82ed1cdf2996896 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 7 Mar 2011 19:06:51 -0800 Subject: [PATCH] Fix the test to track changes in the TimeField form. --- t/Form/TimeField.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Form/TimeField.t b/t/Form/TimeField.t index ff3dbf3e2..11c25f84d 100644 --- a/t/Form/TimeField.t +++ b/t/Form/TimeField.t @@ -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