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:
parent
daed56f0c5
commit
700bce69b4
1 changed files with 1 additions and 1 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Reference in a new issue