Mercurial > p > roundup > code
diff test/test_mailsplit.py @ 317:6ce3af6a08ca
Removed debug print from mailsplit test.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 23 Oct 2001 00:57:32 +0000 |
| parents | 0ec8a9f1cbe6 |
| children | 256776bfdfc5 |
line wrap: on
line diff
--- a/test/test_mailsplit.py Mon Oct 22 03:25:01 2001 +0000 +++ b/test/test_mailsplit.py Tue Oct 23 00:57:32 2001 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: test_mailsplit.py,v 1.6 2001-10-21 03:35:13 richard Exp $ +# $Id: test_mailsplit.py,v 1.7 2001-10-23 00:57:32 richard Exp $ import unittest, cStringIO @@ -86,7 +86,6 @@ def testParagraphs(self): s = '''testing\n\ntesting\n\ntesting''' summary, content = parseContent(s) - print `summary`, `content` self.assertEqual(summary, 'testing') self.assertEqual(content, 'testing\n\ntesting\n\ntesting') @@ -102,6 +101,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.6 2001/10/21 03:35:13 richard +# bug #473125: Paragraph in e-mails +# # Revision 1.5 2001/08/07 00:24:43 richard # stupid typo #
