mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Fixed bug #467, where recurring tasks were not honoring wait values. - Fixed bug #493, which made waiting, recurring tasks invisible (thanks to Alexander Schremmer).
This commit is contained in:
parent
73110ae033
commit
9c93fe7c88
3 changed files with 52 additions and 18 deletions
|
@ -74,7 +74,6 @@ unlike ($output, qr/tomorrow/ms, 'waiting task invisible');
|
|||
$output = qx{../task rc:wait.rc all status:waiting wait:tomorrow};
|
||||
like ($output, qr/tomorrow/ms, 'waiting task visible when specifically queried');
|
||||
|
||||
# Message is 'Warning: the wait date falls after the due date.'
|
||||
$output = qx{../task rc:wait.rc add Complain due:today wait:tomorrow};
|
||||
like ($output, qr/A 'wait' date must be before a 'due' date\./, 'error on wait after due');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue