From 700bce69b4e45949d3caf2395aa4a7f1225b7a61 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Mon, 30 Oct 2006 18:25:28 +0000 Subject: Testsuite: fixed testDeleteOldMail to check the right option. --- test_archivemail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_archivemail.py b/test_archivemail.py index 3142b68..244960a 100755 --- a/test_archivemail.py +++ b/test_archivemail.py @@ -270,7 +270,7 @@ class TestOptionDefaults(unittest.TestCase): def testDeleteOldMail(self): """we should not delete old mail by default""" - self.assertEqual(archivemail.options.quiet, 0) + self.assertEqual(archivemail.options.delete_old_mail, 0) def testNoCompress(self): """no-compression should be off by default""" -- cgit v1.2.3