Code

Remove line testing for just one testcase.
authorjlgijsbers <jlgijsbers@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 15 Sep 2003 19:37:28 +0000 (19:37 +0000)
committerjlgijsbers <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

index d846d7ab03556abf27ce5013615068fc466414e4..83656fc8835140de2a1d5d17880fe5fae8d7cbfb 100644 (file)
@@ -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)