]> granicus.if.org Git - python/commitdiff
Forgot to enable this test
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 16 Dec 2010 17:05:26 +0000 (17:05 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 16 Dec 2010 17:05:26 +0000 (17:05 +0000)
Lib/test/test_httpservers.py

index cbc77f20cfa3719fb80ba07c7e226d4b0b5e7d1a..3c372c1765a91c10f16e0266bf077202e4239932 100644 (file)
@@ -583,6 +583,7 @@ def test_main(verbose=None):
     try:
         cwd = os.getcwd()
         support.run_unittest(BaseHTTPRequestHandlerTestCase,
+                             SimpleHTTPRequestHandlerTestCase,
                              BaseHTTPServerTestCase,
                              SimpleHTTPServerTestCase,
                              CGIHTTPServerTestCase