From 9a0220f3d48076a5afcdae74bb2f1417fa81e766 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 28 Oct 2015 15:14:32 -0400 Subject: [PATCH] Test: Fixed 'edit' test that used 'active', but meant 'start' --- test/edit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/edit.t b/test/edit.t index 5a936f5b8..a6fec9c29 100755 --- a/test/edit.t +++ b/test/edit.t @@ -77,7 +77,7 @@ class TestTaskEdit(TestCase): def test_fully_loaded_task_edit(self): """task edit - exercise all attributes possible""" - self.t("add foo project:P +tag priority:H active:now due:eom wait:eom scheduled:eom recur:P1M until:eoy") + self.t("add foo project:P +tag priority:H start:now due:eom wait:eom scheduled:eom recur:P1M until:eoy") self.t("1 annotate bar", input="n\n") # Does not fail