This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kasun
Recipients kasun
Date 2011-04-19.19:41:53
SpamBayes Score 0.0006147397
Marked as misclassified No
Message-id <1303242113.82.0.307299264452.issue11882@psf.upfronthosting.co.za>
In-reply-to
Content
test_imaplib failed on x86 ubuntu machine with following error(s)

======================================================================
FAIL: test_Internaldate2tuple (test.test_imaplib.TestImaplib)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/kasun/workplace/cpython/Lib/test/test_imaplib.py", line 31, in test_Internaldate2tuple
    self.assertEqual(time.mktime(tt), t0)
AssertionError: 946683000.0 != 946684800

----------------------------------------------------------------------
Ran 2 tests in 0.002s

FAILED (failures=1)
test test_imaplib failed -- Traceback (most recent call last):
  File "/home/kasun/workplace/cpython/Lib/test/test_imaplib.py", line 31, in test_Internaldate2tuple
    self.assertEqual(time.mktime(tt), t0)
AssertionError: 946683000.0 != 946684800

1 test failed:
    test_imaplib
History
Date User Action Args
2011-04-19 19:41:53kasunsetrecipients: + kasun
2011-04-19 19:41:53kasunsetmessageid: <1303242113.82.0.307299264452.issue11882@psf.upfronthosting.co.za>
2011-04-19 19:41:53kasunlinkissue11882 messages
2011-04-19 19:41:53kasuncreate