mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Bug #932
- Fixed bug #932, which fixed change propagation for recurring tasks (thanks to Jennifer Cormier). - Added unit tests, corrected some.
This commit is contained in:
parent
259f39f2d2
commit
39998d5cc5
7 changed files with 138 additions and 4 deletions
|
@ -122,7 +122,7 @@ qx{../src/task rc:dep.rc add Six recurring due:tomorrow recur:daily};
|
|||
|
||||
# [20]
|
||||
qx{../src/task rc:dep.rc ls}; # To force handleRecurrence call.
|
||||
$output = qx{../src/task rc:dep.rc 6 modify dep:5};
|
||||
$output = qx{echo '-- y' | ../src/task rc:dep.rc 6 modify dep:5};
|
||||
like ($output, qr/Modified \d+ task/, 'dependencies - recurring task depending on another task');
|
||||
|
||||
# [21]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue