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:
Paul Beckingham 2016-12-11 21:46:46 -05:00
parent 26aa2761c0
commit c0c476e53d
2 changed files with 8 additions and 7 deletions

View file

@ -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 """