summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7db085c)
raw | patch | inline | side by side (parent: 7db085c)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 24 Oct 2003 15:01:11 +0000 (15:01 +0000) | ||
committer | jlgijsbers <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 | patch | blob | history |
diff --git a/test/test_mailgw.py b/test/test_mailgw.py
index 152f180efdf612d863ca12fc1f073b978072f8b4..4adbad5b2ec4f5e2498fe14b74478c7c652d818e 100644 (file)
--- a/test/test_mailgw.py
+++ b/test/test_mailgw.py
# 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
self.assertEqual(body, content)
def suite():
- l = [#unittest.makeSuite(MailgwTestCase),
+ l = [unittest.makeSuite(MailgwTestCase),
unittest.makeSuite(ParseContentTestCase)]
return unittest.TestSuite(l)