diff options
author | Nikolaus Schulz <microschulz@web.de> | 2006-10-30 18:25:28 +0000 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2006-10-30 18:25:28 +0000 |
commit | 700bce69b4e45949d3caf2395aa4a7f1225b7a61 (patch) | |
tree | f20fc0875bd68f1d31634a31913ea3e330d005fe | |
parent | daed56f0c504f42ff89ef52098b30097f20ff737 (diff) | |
download | archivemail-700bce69b4e45949d3caf2395aa4a7f1225b7a61.tar.gz archivemail-700bce69b4e45949d3caf2395aa4a7f1225b7a61.tar.bz2 archivemail-700bce69b4e45949d3caf2395aa4a7f1225b7a61.zip |
Testsuite: fixed testDeleteOldMail to check the right option.
-rwxr-xr-x | test_archivemail.py | 2 |
1 files changed, 1 insertions, 1 deletions
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""" |