Unit Tests

- Corrected several tests with respect to the new custom report columns
  and sort fields.
This commit is contained in:
Paul Beckingham
2011-05-08 18:10:03 -04:00
parent 868a7a2249
commit 5da435e70d
3 changed files with 40 additions and 38 deletions

View File

@@ -34,7 +34,8 @@ use Test::More tests => 8;
if (open my $fh, '>', 'roundtrip.rc')
{
print $fh "data.location=.\n",
"confirmation=no\n";
"confirmation=no\n",
"defaultwidth=100\n";
close $fh;
ok (-r 'roundtrip.rc', 'Created roundtrip.rc');
}