mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 12:17:20 +02:00
Unit Tests
- Corrected unit tests due to rc.print.empty.columns. (cherry picked from commit af12285d4585c1274d8d005ba042f31158527e3e)
This commit is contained in:
parent
d03c4cda8a
commit
530e9c0118
1 changed files with 10 additions and 10 deletions
|
@ -81,8 +81,8 @@ my $output = qx{../src/task rc:import.rc import import.json 2>&1 >/dev/null};
|
|||
like ($output, qr/Imported 3 tasks\./, '3 tasks imported');
|
||||
|
||||
$output = qx{../src/task rc:import.rc list 2>&1};
|
||||
# ID Project Pri Due Active Age Description
|
||||
# -- ------- --- --- ------ ------- -----------
|
||||
# ID Project Age Description
|
||||
# -- ------- ------- -----------
|
||||
# 1 A 1.5 yrs zero
|
||||
# 2 B 1.5 yrs one
|
||||
#
|
||||
|
@ -93,8 +93,8 @@ like ($output, qr/2.+B.+one/, 't2 present');
|
|||
unlike ($output, qr/3.+two/, 't3 missing');
|
||||
|
||||
$output = qx{../src/task rc:import.rc completed 2>&1};
|
||||
# Complete Project Pri Age Description
|
||||
# --------- ------- --- ------- -----------
|
||||
# Complete Age Description
|
||||
# --------- ------- -----------
|
||||
# 2/13/2009 1.5 yrs two
|
||||
#
|
||||
# 1 task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue