Unit Tests

- Fixed several tests that were broken, and generated diagnostic output,
  but didn't fail in the traditional sense.  This was found by looking
  through the tinderbox data file.
This commit is contained in:
Paul Beckingham
2010-07-14 09:13:44 -04:00
parent 10a8916eb1
commit beef03af13
4 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,8 @@ use Test::More tests => 7;
# Create the rc file.
if (open my $fh, '>', 'bug.rc')
{
print $fh "data.location=.\n";
print $fh "data.location=.\n",
"defaultwidth=100\n";
close $fh;
ok (-r 'bug.rc', 'Created bug.rc');
}