From bc73c83a5bd808cd6c7505974aa8d46e9ed6e3d9 Mon Sep 17 00:00:00 2001 From: jlgijsbers Date: Mon, 15 Sep 2003 19:37:28 +0000 Subject: [PATCH] Remove line testing for just one testcase. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1878 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_mailgw.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_mailgw.py b/test/test_mailgw.py index d846d7a..83656fc 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.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 @@ -997,7 +997,6 @@ This is a test confirmation of registration. def suite(): l = [unittest.makeSuite(MailgwTestCase), ] - l = [MailgwTestCase("testUserAlternateLookup")] return unittest.TestSuite(l) -- 2.30.2