Commit 52dfb706 authored by Antoine Pitrou's avatar Antoine Pitrou

Forgot to enable this test

parent 741e85b7
...@@ -583,6 +583,7 @@ def test_main(verbose=None): ...@@ -583,6 +583,7 @@ def test_main(verbose=None):
try: try:
cwd = os.getcwd() cwd = os.getcwd()
support.run_unittest(BaseHTTPRequestHandlerTestCase, support.run_unittest(BaseHTTPRequestHandlerTestCase,
SimpleHTTPRequestHandlerTestCase,
BaseHTTPServerTestCase, BaseHTTPServerTestCase,
SimpleHTTPServerTestCase, SimpleHTTPServerTestCase,
CGIHTTPServerTestCase CGIHTTPServerTestCase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment