Skip to content

Commit 6f14205

Browse files
author
Richard Jones
committed
Removed debug print from mailsplit test.
1 parent d85bcf6 commit 6f14205

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/test_mailsplit.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: test_mailsplit.py,v 1.6 2001-10-21 03:35:13 richard Exp $
18+
# $Id: test_mailsplit.py,v 1.7 2001-10-23 00:57:32 richard Exp $
1919

2020
import unittest, cStringIO
2121

@@ -86,7 +86,6 @@ def testSimple(self):
8686
def testParagraphs(self):
8787
s = '''testing\n\ntesting\n\ntesting'''
8888
summary, content = parseContent(s)
89-
print `summary`, `content`
9089
self.assertEqual(summary, 'testing')
9190
self.assertEqual(content, 'testing\n\ntesting\n\ntesting')
9291

@@ -102,6 +101,9 @@ def suite():
102101

103102
#
104103
# $Log: not supported by cvs2svn $
104+
# Revision 1.6 2001/10/21 03:35:13 richard
105+
# bug #473125: Paragraph in e-mails
106+
#
105107
# Revision 1.5 2001/08/07 00:24:43 richard
106108
# stupid typo
107109
#

0 commit comments

Comments
 (0)