commit | c5e548f6a58a2b6dec18727125928da216418093 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Dec 16 17:05:26 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Dec 16 17:05:26 2010 +0000 |
tree | 823dbd7b231c1290124daa0f8746cbc522048676 | |
parent | 3022ce1a14b364a1d1d69405646aae892d827666 [diff] [blame] |
Forgot to enable this test
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 @@ try: cwd = os.getcwd() support.run_unittest(BaseHTTPRequestHandlerTestCase, + SimpleHTTPRequestHandlerTestCase, BaseHTTPServerTestCase, SimpleHTTPServerTestCase, CGIHTTPServerTestCase