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:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user