[Python-checkins] r87319 - python/branches/release31-maint/Lib/test/test_httpservers.py

antoine.pitrou python-checkins at python.org
Thu Dec 16 18:05:26 CET 2010


Author: antoine.pitrou
Date: Thu Dec 16 18:05:26 2010
New Revision: 87319

Log:
Forgot to enable this test



Modified:
   python/branches/release31-maint/Lib/test/test_httpservers.py

Modified: python/branches/release31-maint/Lib/test/test_httpservers.py
==============================================================================
--- python/branches/release31-maint/Lib/test/test_httpservers.py	(original)
+++ python/branches/release31-maint/Lib/test/test_httpservers.py	Thu Dec 16 18:05:26 2010
@@ -583,6 +583,7 @@
     try:
         cwd = os.getcwd()
         support.run_unittest(BaseHTTPRequestHandlerTestCase,
+                             SimpleHTTPRequestHandlerTestCase,
                              BaseHTTPServerTestCase,
                              SimpleHTTPServerTestCase,
                              CGIHTTPServerTestCase


More information about the Python-checkins mailing list