mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Cleaned up message that is generated when a recurring task is past its until: date and all child tasks have been dismissed, as the parent task is deleted. - Added unit tests recur.until.t to prove that the above is working.
This commit is contained in:
parent
b1933c5d25
commit
9aedaba7f2
2 changed files with 70 additions and 3 deletions
|
@ -72,9 +72,7 @@ void handleRecurrence ()
|
|||
std::vector <Date> due;
|
||||
if (!generateDueDates (*t, due))
|
||||
{
|
||||
std::cout << "Task "
|
||||
<< t->get ("uuid")
|
||||
<< " ("
|
||||
std::cout << "Task ("
|
||||
<< trim (t->get ("description"))
|
||||
<< ") has past its 'until' date, and has been deleted."
|
||||
<< std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue