Commit 61c2c953 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix failing test_mailbox on Cygwin

parent fe528ebf
......@@ -519,6 +519,7 @@ class TestMaildir(TestMailbox):
class FakeMessage(mailbox.MaildirMessage):
pass
box = mailbox.Maildir(self._path, factory=FakeMessage)
box.colon = self._box.colon
msg2 = box.get_message(key)
self.assert_(isinstance(msg2, FakeMessage))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment