Unit Tests - due, export

- due.t was incorrectly reporting the number of tests it intended to
  run.
- export.t was not updated when the export command was updated to include
  recurrence information.
This commit is contained in:
Paul Beckingham 2009-03-15 17:01:22 -04:00
parent b5690f00e2
commit e8a795befb
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
use strict;
use warnings;
use Test::More tests => 14;
use Test::More tests => 5;
# Create the rc file.
if (open my $fh, '>', 'due.rc')