Skip to content

Commit 36bf8fd

Browse files
author
Johannes Gijsbers
committed
Addition to last log message: added tests. (Also, fix uncommenting one suite).
1 parent 64394f9 commit 36bf8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_mailgw.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_mailgw.py,v 1.54 2003-10-24 14:59:38 jlgijsbers Exp $
11+
# $Id: test_mailgw.py,v 1.55 2003-10-24 15:01:11 jlgijsbers Exp $
1212

1313
import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822
1414

@@ -1012,7 +1012,7 @@ def testKeepMultipleHyphens(self):
10121012
self.assertEqual(body, content)
10131013

10141014
def suite():
1015-
l = [#unittest.makeSuite(MailgwTestCase),
1015+
l = [unittest.makeSuite(MailgwTestCase),
10161016
unittest.makeSuite(ParseContentTestCase)]
10171017
return unittest.TestSuite(l)
10181018

0 commit comments

Comments
 (0)