diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 17:05:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 17:05:26 (GMT) |
commit | c5e548f6a58a2b6dec18727125928da216418093 (patch) | |
tree | 823dbd7b231c1290124daa0f8746cbc522048676 | |
parent | 3022ce1a14b364a1d1d69405646aae892d827666 (diff) | |
download | cpython-c5e548f6a58a2b6dec18727125928da216418093.zip cpython-c5e548f6a58a2b6dec18727125928da216418093.tar.gz cpython-c5e548f6a58a2b6dec18727125928da216418093.tar.bz2 |
Forgot to enable this test
-rw-r--r-- | Lib/test/test_httpservers.py | 1 |
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 |