mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
TW-1714: Starting recurring task starts all recurrences
- Thanks to Robin Green.
This commit is contained in:
parent
d564aac978
commit
7f3db8f201
6 changed files with 17 additions and 8 deletions
|
|
@ -85,7 +85,6 @@ class TestBug1438(TestCase):
|
|||
def test_recurring_tasks_shouldn_ask_for_confirmation(self):
|
||||
"""1438: rc.confirmation=off still prompts while changing recurring tasks"""
|
||||
code, out, err = self.t("add Sometimes due:tomorrow recur:daily")
|
||||
self.assertIn("Created task 1", out)
|
||||
code, out, err = self.t("list")
|
||||
self.assertIn("Sometimes", out)
|
||||
|
||||
|
|
|
|||
|
|
@ -498,10 +498,7 @@ class TestBugC001(TestCase):
|
|||
def test_id_increment(self):
|
||||
"""C001: Verify that entering two consecutive recurring tasks increments reported ID"""
|
||||
code, out, err = self.t("add one due:tomorrow recur:daily")
|
||||
self.assertIn("Created task 1.", out)
|
||||
|
||||
code, out, err = self.t("add two due:tomorrow recur:daily")
|
||||
self.assertIn("Created task 2.", out)
|
||||
|
||||
class TestBug839(TestCase):
|
||||
def setUp(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue