Changeset 25064

Show
Ignore:
Timestamp:
11/27/08 12:39:36 (4 years ago)
Author:
kazuho
Message:

adjust test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/NanoA/trunk/t/form.t

    r25063 r25064  
    33use utf8; 
    44 
    5 use Test::More tests => 53; 
     5use Test::More tests => 58; 
    66 
    77use lib qw(MENTA/extlib); 
     
    7979is(ref $form, 'NanoA::Form', 'post-new'); 
    8080ok($form->secure, 'secure flag'); 
    81 is(scalar @{$form->fields}, 5, '# of fields'); 
     81is(scalar @{$form->fields}, 6, '# of fields'); 
    8282 
    8383my $field = $form->fields->[0];