]> git.ipfire.org Git - thirdparty/tornado.git/commit
Move httpclient_tests that never worked with curl to simple_httpclient_test.
authorBen Darnell <ben@bendarnell.com>
Tue, 19 Jul 2011 05:59:01 +0000 (22:59 -0700)
committerBen Darnell <ben@bendarnell.com>
Tue, 19 Jul 2011 05:59:01 +0000 (22:59 -0700)
commit6f9e2f61fa382dc3113a660b6bb323901e26fda9
tree4e9b94a176f6119b1f132fb66767a4a8f9dc91f5
parent5d895f04726508d06d52f7f9410f4baf51865b97
Move httpclient_tests that never worked with curl to simple_httpclient_test.

curl_httpclient_test was previously creating SimpleAsyncHTTPClients due to a
bug, so these failing tests went unnoticed.
tornado/test/httpclient_test.py
tornado/test/simple_httpclient_test.py