Unit Tests - bug.annual.t

- Fixed test count.  It was reporting more tests that it actually
  ran.
This commit is contained in:
Paul Beckingham 2009-04-26 18:35:12 -04:00
parent e84c5c4a3c
commit dcedbb3076

View file

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