Skip to content

Commit 929e7d8

Browse files
author
Johannes Gijsbers
committed
Remove line testing for just one testcase.
1 parent ac45fe0 commit 929e7d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_mailgw.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# but WITHOUT ANY WARRANTY; without even the implied warranty of
99
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010
#
11-
# $Id: test_mailgw.py,v 1.52 2003-09-15 19:35:53 jlgijsbers Exp $
11+
# $Id: test_mailgw.py,v 1.53 2003-09-15 19:37:28 jlgijsbers Exp $
1212

1313
import unittest, tempfile, os, shutil, errno, imp, sys, difflib, rfc822
1414

@@ -997,7 +997,6 @@ def testRegistrationConfirmation(self):
997997
def suite():
998998
l = [unittest.makeSuite(MailgwTestCase),
999999
]
1000-
l = [MailgwTestCase("testUserAlternateLookup")]
10011000
return unittest.TestSuite(l)
10021001

10031002

0 commit comments

Comments
 (0)