Test: Improved undo tests with more changes

This commit is contained in:
Paul Beckingham 2015-10-28 12:51:24 -04:00
parent 849835ed24
commit 57daa02232

View file

@ -71,8 +71,8 @@ class TestUndo(TestCase):
class TestUndoStyle(TestCase): class TestUndoStyle(TestCase):
def setUp(self): def setUp(self):
self.t = Task() self.t = Task()
self.t("add one") self.t("add one project:foo priority:H")
self.t("1 modify +tag") self.t("1 modify +tag project:bar priority:")
def test_undo_side_style(self): def test_undo_side_style(self):
"""Test that 'rc.undo.style:side' generates the right output""" """Test that 'rc.undo.style:side' generates the right output"""