mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Accepted the de facto behavior is better than the intended behavior
- Adding an 'until' date to a recurring task is propagated to the task instances and they expire at the same time. It was assumed otherwise, but the working behavior is better.
This commit is contained in:
parent
42d5ebfd4b
commit
804c3526ba
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ class TestRecurrenceUntil(TestCase):
|
|||
# change the 3 to a 0.
|
||||
self.t.faketime("+24h")
|
||||
code, out, err = self.t("list rc.verbose:nothing")
|
||||
self.assertEqual(out.count("one"), 3)
|
||||
#self.assertEqual(out.count("one"), 3)
|
||||
self.assertEqual(out.count("one"), 0)
|
||||
|
||||
|
||||
class TestRecurrenceTasks(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue