diff test/test_mailgw.py @ 1860:cac778217c0c

Addition to last log message: added tests. (Also, fix uncommenting one suite).
author Johannes Gijsbers <jlgijsbers@users.sourceforge.net>
date Fri, 24 Oct 2003 15:01:11 +0000
parents 492a962b6d6f
children 3260268e45d2
line wrap: on
line diff
--- a/test/test_mailgw.py	Fri Oct 24 14:59:38 2003 +0000
+++ b/test/test_mailgw.py	Fri Oct 24 15:01:11 2003 +0000
@@ -8,7 +8,7 @@
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-# $Id: test_mailgw.py,v 1.54 2003-10-24 14:59:38 jlgijsbers Exp $
+# $Id: test_mailgw.py,v 1.55 2003-10-24 15:01:11 jlgijsbers Exp $
 
 import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822
 
@@ -1012,7 +1012,7 @@
         self.assertEqual(body, content)
 
 def suite():
-    l = [#unittest.makeSuite(MailgwTestCase),
+    l = [unittest.makeSuite(MailgwTestCase),
          unittest.makeSuite(ParseContentTestCase)]
     return unittest.TestSuite(l)
 

Roundup Issue Tracker: http://roundup-tracker.org/