Changeset 25064
- Timestamp:
- 11/27/08 12:39:36 (4 years ago)
- Files:
-
- 1 modified
-
lang/perl/NanoA/trunk/t/form.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/NanoA/trunk/t/form.t
r25063 r25064 3 3 use utf8; 4 4 5 use Test::More tests => 5 3;5 use Test::More tests => 58; 6 6 7 7 use lib qw(MENTA/extlib); … … 79 79 is(ref $form, 'NanoA::Form', 'post-new'); 80 80 ok($form->secure, 'secure flag'); 81 is(scalar @{$form->fields}, 5, '# of fields');81 is(scalar @{$form->fields}, 6, '# of fields'); 82 82 83 83 my $field = $form->fields->[0];
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)