From a2b6f03b3f998e94ec74c554e00e1c0d33deb8ad Mon Sep 17 00:00:00 2001 From: jlgijsbers Date: Fri, 24 Oct 2003 15:01:11 +0000 Subject: [PATCH] Addition to last log message: added tests. (Also, fix uncommenting one suite). git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1929 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_mailgw.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_mailgw.py b/test/test_mailgw.py index 152f180..4adbad5 100644 --- a/test/test_mailgw.py +++ b/test/test_mailgw.py @@ -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) -- 2.30.2