mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Fixed bug that caused dependencies to be sorted by UUID, although they are shown as IDs. - Updated unit test to accomodate new comma-less formatting of dependencies.
This commit is contained in:
parent
4f8c503a04
commit
1d10370341
3 changed files with 31 additions and 3 deletions
|
@ -156,7 +156,7 @@ qx{../src/task rc:dep.rc do 2};
|
|||
|
||||
# [27]
|
||||
$output = qx{../src/task rc:dep.rc depreport};
|
||||
like ($output, qr/\s1\s+2,3\s+One\s+/, 'dependencies - depends report column reflects changed IDs');
|
||||
like ($output, qr/\s1\s+2 3\s+One\s+/, 'dependencies - depends report column reflects changed IDs');
|
||||
|
||||
# [28]
|
||||
qx{../src/task rc:dep.rc do 3};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue