[Python-checkins] CVS: python/dist/src/Lib/test/output test_mailbox,1.1,1.2
Fred L. Drake
fdrake@users.sourceforge.net
2001年5月21日 13:23:23 -0700
Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv5222/output
Modified Files:
test_mailbox
Log Message:
Re-write the mailbox test suite to use PyUnit. Cover a lot more ground
for the Maildir mailbox format. This still does not address other mailbox
formats.
Index: test_mailbox
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_mailbox,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_mailbox 2000年10月23日 13:39:15 1.1
--- test_mailbox 2001年05月21日 20:23:21 1.2
***************
*** 1,2 ****
test_mailbox
- newly created maildir contains 0 messages
--- 1 ----