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

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