summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4215e2c)
raw | patch | inline | side by side (parent: 4215e2c)
author | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 15 Sep 2003 19:37:28 +0000 (19:37 +0000) | ||
committer | jlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 15 Sep 2003 19:37:28 +0000 (19:37 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1878 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 d846d7ab03556abf27ce5013615068fc466414e4..83656fc8835140de2a1d5d17880fe5fae8d7cbfb 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.52 2003-09-15 19:35:53 jlgijsbers Exp $
+# $Id: test_mailgw.py,v 1.53 2003-09-15 19:37:28 jlgijsbers Exp $
import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822
def suite():
l = [unittest.makeSuite(MailgwTestCase),
]
- l = [MailgwTestCase("testUserAlternateLookup")]
return unittest.TestSuite(l)