mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Unit tests
- date.iso.t failed due to a timestamp too close to midnight
This commit is contained in:
parent
31aa0de426
commit
993844d600
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ my $output = qx{../src/task rc:iso.rc 1 info};
|
|||
like ($output, qr/Due\s+9\/1\/2011/, 'ISO format recognized.');
|
||||
|
||||
# Test use of epoch date format, despite rc.dateformat.
|
||||
qx{../src/task rc:iso.rc add one due:1234567890};
|
||||
qx{../src/task rc:iso.rc add one due:1234524690};
|
||||
$output = qx{../src/task rc:iso.rc 2 info};
|
||||
like ($output, qr/Due\s+2\/13\/2009/, 'Epoch format recognized.');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue