From 57daa022324e9a277aa00f7562163a9d04564ec5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 28 Oct 2015 12:51:24 -0400 Subject: [PATCH] Test: Improved undo tests with more changes --- test/undo.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/undo.t b/test/undo.t index 0bcc87350..2ecae3ddc 100755 --- a/test/undo.t +++ b/test/undo.t @@ -71,8 +71,8 @@ class TestUndo(TestCase): class TestUndoStyle(TestCase): def setUp(self): self.t = Task() - self.t("add one") - self.t("1 modify +tag") + self.t("add one project:foo priority:H") + self.t("1 modify +tag project:bar priority:") def test_undo_side_style(self): """Test that 'rc.undo.style:side' generates the right output"""