adjust number of tests since one was added

This commit is contained in:
Colin Kuskie 2008-08-09 18:00:47 +00:00
parent 589272f2cd
commit cf060371a4

View file

@ -44,7 +44,7 @@ my $testBlock = [
my $formType = 'date';
my $numTests = 15 + scalar @{ $testBlock } ;
my $numTests = 16 + scalar @{ $testBlock } ;
plan tests => $numTests;