Enhancement

- 'print.empty.columns' now defaults to 'no'.
- Unit tests are updated accordingly.
This commit is contained in:
Scott Kostyshak
2013-02-21 09:53:01 -05:00
committed by Paul Beckingham
parent 0bcb22f8e4
commit 089b3e7d66
6 changed files with 11 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ use Test::More tests => 4;
if (open my $fh, '>', '455.rc')
{
print $fh "data.location=.\n";
print $fh "print.empty.columns=yes\n";
close $fh;
ok (-r '455.rc', 'Created 455.rc');