mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +02:00
iUnit Tests
- Corrected test that changed columns in the ls report, but not the corresponding sort order.
This commit is contained in:
parent
2b7452f9a7
commit
d2fdc10f39
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ if (open my $fh, '>', 'hook.rc')
|
|||
print $fh "data.location=.\n",
|
||||
"hooks=on\n",
|
||||
"hook.format-description_only=" . $ENV{'PWD'} . "/hook:description_only\n",
|
||||
"report.ls.columns=id,project,priority,description_only\n";
|
||||
"report.ls.columns=id,project,priority,description_only\n",
|
||||
"report.ls.sort=priority-,project+\n";
|
||||
close $fh;
|
||||
ok (-r 'hook.rc', 'Created hook.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue