From fe1c43995c5b0b1f288ba03e411d5e1587e02abf Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 23 Oct 2001 00:57:32 +0000 Subject: [PATCH] Removed debug print from mailsplit test. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@327 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_mailsplit.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/test_mailsplit.py b/test/test_mailsplit.py index 62e8c29..daec011 100644 --- a/test/test_mailsplit.py +++ b/test/test_mailsplit.py @@ -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 @@ userfoo@foo.com 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 @@ def suite(): # # $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 # -- 2.30.2