Related to bug #649

- You can no longer directly complete or delete parent recurring tasks.
This commit is contained in:
Paul Beckingham
2011-02-12 15:30:05 -05:00
parent 6608cbf287
commit f93273ef23
2 changed files with 77 additions and 64 deletions

View File

@@ -47,7 +47,7 @@ qx{../src/task rc:bug.rc add Test due:3d rec:1w};
# Result: Immediately delete the created task
my $output = qx{../src/task rc:bug.rc done 1};
like ($output, qr/Completed/ms, 'New recurring task can be immediately deleted.');
unlike ($output, qr/Completed/ms, 'New recurring task cannot be immediately completed.');
# Cleanup.
unlink 'pending.data';