Test: Merged bug.649.t into recurrence.t

This commit is contained in:
Paul Beckingham
2015-10-23 07:14:43 -04:00
parent ed3eb31d7e
commit 33cf2735cf
4 changed files with 20 additions and 63 deletions

View File

@@ -92,7 +92,7 @@ class TestBug425(TestCase):
self.t = Task()
def test_bug425(self):
"""Make sure parser sees 'in' and not an abbreviated 'info'"""
"""425: Make sure parser sees 'in' and not an abbreviated 'info'"""
self.t("add Foo")
self.t("1 modify Bar in Bar")