mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM: Converted from ISO8601 to Datetime/Duration
- In addition fixed the week number of 2011-09-01 to 35, therefore the tests change also.
This commit is contained in:
parent
3ef2459f2e
commit
bc58b82e96
2 changed files with 8 additions and 7 deletions
|
@ -124,7 +124,7 @@ class TestDOM(TestCase):
|
|||
def test_dom_due_week(self):
|
||||
""" DOM 3.due.week """
|
||||
code, out, err = self.t("_get 3.due.week")
|
||||
self.assertEqual("36\n", out)
|
||||
self.assertEqual("35\n", out)
|
||||
|
||||
def test_dom_due_weekday(self):
|
||||
""" DOM 3.due.weekday """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue