From: Antoine Pitrou Date: Thu, 16 Dec 2010 17:05:26 +0000 (+0000) Subject: Forgot to enable this test X-Git-Tag: v3.2.1b1~347^2~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5e548f6a58a2b6dec18727125928da216418093;p=thirdparty%2FPython%2Fcpython.git Forgot to enable this test --- diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py index cbc77f20cfa3..3c372c1765a9 100644 --- a/Lib/test/test_httpservers.py +++ b/Lib/test/test_httpservers.py @@ -583,6 +583,7 @@ def test_main(verbose=None): try: cwd = os.getcwd() support.run_unittest(BaseHTTPRequestHandlerTestCase, + SimpleHTTPRequestHandlerTestCase, BaseHTTPServerTestCase, SimpleHTTPServerTestCase, CGIHTTPServerTestCase