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
1 changed files with 1 additions and 1 deletions

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