Code

Addition to last log message: added tests. (Also, fix uncommenting one suite).
authorjlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 24 Oct 2003 15:01:11 +0000 (15:01 +0000)
committerjlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 24 Oct 2003 15:01:11 +0000 (15:01 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1929 57a73879-2fb5-44c3-a270-3262357dd7e2

test/test_mailgw.py

index 152f180efdf612d863ca12fc1f073b978072f8b4..4adbad5b2ec4f5e2498fe14b74478c7c652d818e 100644 (file)
@@ -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 @@ Testing, testing.'''
         self.assertEqual(body, content)
 
 def suite():
-    l = [#unittest.makeSuite(MailgwTestCase),
+    l = [unittest.makeSuite(MailgwTestCase),
          unittest.makeSuite(ParseContentTestCase)]
     return unittest.TestSuite(l)