Mercurial > p > roundup > code
diff test/test_mailgw.py @ 1793:dbe541c1aa39
Oops, forgot to run all tests. Fixed.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sat, 06 Sep 2003 10:37:11 +0000 |
| parents | 2cd528577108 |
| children | 08b013acfec8 |
line wrap: on
line diff
--- a/test/test_mailgw.py Sat Sep 06 10:21:18 2003 +0000 +++ b/test/test_mailgw.py Sat Sep 06 10:37: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.47 2003-09-06 10:21:03 jlgijsbers Exp $ +# $Id: test_mailgw.py,v 1.48 2003-09-06 10:37:10 jlgijsbers Exp $ import unittest, cStringIO, tempfile, os, shutil, errno, imp, sys, difflib import rfc822 @@ -982,7 +982,6 @@ def suite(): l = [unittest.makeSuite(MailgwTestCase), ] - l = [MailgwTestCase("testRegistrationConfirmation")] return unittest.TestSuite(l)
