mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Corrected unit tests that assume 'sod' and 'eod' are the same day.
This commit is contained in:
parent
464d0ec690
commit
8c34d46687
1 changed files with 2 additions and 2 deletions
|
@ -145,8 +145,8 @@ int main (int argc, char** argv)
|
|||
Variant var_false; testInit (t, "false", var_false);
|
||||
|
||||
t.ok (now >= today, "now >= today");
|
||||
t.ok (sod == today, "sod == today");
|
||||
t.ok (sod < eod, "sod < eod");
|
||||
t.ok (sod == tomorrow, "sod == tomorrow");
|
||||
t.ok (sod > eod, "sod > eod");
|
||||
t.ok (yesterday < today, "yesterday < today");
|
||||
t.ok (today < tomorrow, "today < tomorrow");
|
||||
t.ok (socm < eocm, "socm < eocm");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue