Unit Tests

- Fixed several test files that were reporting an incorrect test count.
This commit is contained in:
Paul Beckingham
2011-10-16 01:02:19 -04:00
parent 6e72430a58
commit c1cf2b743d
4 changed files with 3 additions and 25 deletions

View File

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