- Added missing custom sorting for due dates.
This commit is contained in:
Paul Beckingham
2011-05-11 22:21:43 -04:00
parent 5fa77a36de
commit c1b4f34a70
2 changed files with 27 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ if (open my $fh, '>', 'custom.rc')
ok (-r 'custom.rc', 'Created custom.rc');
}
# Generate the usage screen, and locate the custom report on it.
my $output = qx{../src/task rc:custom.rc usage};
# Generate the help screen, and locate the custom report on it.
my $output = qx{../src/task rc:custom.rc help};
like ($output, qr/task foo \[tags\] \[attrs\] desc\.\.\.\s+DESC\n/m, 'report.foo');
qx{../src/task rc:custom.rc add project:A one};