TW-1640: '_get <id>.start' for an inactive tasks returns a date formatted from epoch 0.
This commit is contained in:
@@ -190,6 +190,11 @@ class TestDOM(TestCase):
|
||||
code, out, err = self.t.runError("_get rc.missing")
|
||||
self.assertEqual(code, 1)
|
||||
|
||||
def test_dom_attribute_missing(self):
|
||||
"""DOM 1.end (missing)"""
|
||||
code, out, err = self.t("_get 1.end")
|
||||
self.assertEqual("\n", out)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from simpletap import TAPTestRunner
|
||||
|
||||
Reference in New Issue
Block a user