summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-16 17:05:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-16 17:05:26 (GMT)
commitc5e548f6a58a2b6dec18727125928da216418093 (patch)
tree823dbd7b231c1290124daa0f8746cbc522048676
parent3022ce1a14b364a1d1d69405646aae892d827666 (diff)
downloadcpython-c5e548f6a58a2b6dec18727125928da216418093.zip
cpython-c5e548f6a58a2b6dec18727125928da216418093.tar.gz
cpython-c5e548f6a58a2b6dec18727125928da216418093.tar.bz2
Forgot to enable this test
-rw-r--r--Lib/test/test_httpservers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py
index cbc77f2..3c372c1 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