aboutsummaryrefslogtreecommitdiffstats
path: root/test_archivemail.py
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-10-30 23:51:08 +0000
committerPaul Rodger <paul@paulrodger.com>2002-10-30 23:51:08 +0000
commit799f4affcd55cd01a019c45ce06b0c8dc45e3978 (patch)
tree456601d3959d2ae140cb7c8e71873b5879ff8b05 /test_archivemail.py
parent6a91347b880179436b25b24a55421cb8816c3718 (diff)
downloadarchivemail-799f4affcd55cd01a019c45ce06b0c8dc45e3978.tar.gz
archivemail-799f4affcd55cd01a019c45ce06b0c8dc45e3978.tar.bz2
archivemail-799f4affcd55cd01a019c45ce06b0c8dc45e3978.zip
Removed a test rule that says we can confidently archive messages
older than the unix epoch. (New versions of python return OverFlow error instead)
Diffstat (limited to 'test_archivemail.py')
-rwxr-xr-xtest_archivemail.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test_archivemail.py b/test_archivemail.py
index 96f0cf6..788a866 100755
--- a/test_archivemail.py
+++ b/test_archivemail.py
@@ -494,10 +494,6 @@ This is after the ^From line"""
def testOldWeirdHeaders(self):
"""archiving old mailboxes with weird headers"""
weird_headers = (
- { # we should archive even though date < epoch
- 'From_' : 'sender@dummy.domain Sat Feb 09 02:35:07 1962',
- 'Date' : 'Fri, 08 Feb 1962 07:22:54 -0500',
- },
{ # we should archive because of the date on the 'From_' line
'From_' : 'sender@dummy.domain Fri Jul 28 16:11:36 2000',
'Date' : 'Friskhdfkjkh, 28 Jul 2002 1line noise6:11:36 +1000',