Ticket #3812 defect closed fixed
twisted.mail.test.test_mail.MaildirTestCase.testMailbox fails intermittently
| Reported by: | glyph | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Keywords: | ||
| Cc: | Branch: | branches/mailbox-order-3812 | |
| Author: | exarkun | Launchpad Bug: |
Description
trial -u produces a traceback in fairly short order:
[FAIL]: twisted.mail.test.test_mail.MaildirTestCase.testMailbox
Traceback (most recent call last):
File "/home/glyph/Projects/Twisted/trunk/twisted/mail/test/test_mail.py", line 452, in testMailbox
self.assertEquals(mb.listMessages(), range(1, 11))
twisted.trial.unittest.FailTest: not equal:
a = [4L, 5L, 6L, 7L, 8L, 9L, 10L, 1L, 2L, 3L]
b = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
Change History
Note: See
TracTickets for help on using
tickets.
