mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Tests: Adjust tw-46.t for rc.confirmation=on change
This commit is contained in:
parent
6e1d30a2ef
commit
4b9c2c4743
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class TestBug46(TestCase):
|
||||||
def test_bug46(self):
|
def test_bug46(self):
|
||||||
"""Circular dependency detection broken by deletion of completed.data"""
|
"""Circular dependency detection broken by deletion of completed.data"""
|
||||||
self.t("1 mod dep:2")
|
self.t("1 mod dep:2")
|
||||||
self.t("2 delete")
|
self.t("2 delete", input="y\n")
|
||||||
self.t("rc.gc=on list")
|
self.t("rc.gc=on list")
|
||||||
os.remove(os.path.join(self.t.datadir, "completed.data"))
|
os.remove(os.path.join(self.t.datadir, "completed.data"))
|
||||||
self.t("1 mod dep:2")
|
self.t("1 mod dep:2")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue