1
0
Fork 0
mirror of https://git.code.sf.net/p/archivemail/code synced 2025-03-11 23:32:48 +00:00

Testsuite: fixed testDeleteOldMail to check the right option.

This commit is contained in:
Nikolaus Schulz 2006-10-30 18:25:28 +00:00
parent daed56f0c5
commit 700bce69b4

View file

@ -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"""