Test: Drop default confirmation:off and correct tests accordingly

This commit is contained in:
Renato Alves
2015-07-28 17:00:04 +01:00
parent 1ad8aa9aec
commit fe23510c51
24 changed files with 68 additions and 46 deletions

View File

@@ -46,7 +46,7 @@ class TestUnique(TestCase):
self.t("add two project:A")
self.t("add three project:B")
self.t("add four project:C")
self.t("4 delete")
self.t("4 delete", input="y\n")
self.t("log five project:D")
code, out, err = self.t("_unique project")