Message235863
| Author |
demian.brecht |
| Recipients |
berker.peksag, demian.brecht, martin.panter, serhiy.storchaka |
| Date |
2015年02月12日.22:35:17 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<54DD2AA1.5070503@gmail.com> |
| In-reply-to |
<1423780037.59.0.893972268386.issue23442@psf.upfronthosting.co.za> |
| Content |
Thanks for the test Berker, I'll put a patch together with the changes
later this afternoon.
On 2015年02月12日 2:27 PM, Berker Peksag wrote:
>
> Berker Peksag added the comment:
>
> Here is a test case.
>
> ======================================================================
> FAIL: test_client_constants (test.test_httplib.OfflineTest) (constant='REQUESTED_RANGE_NOT_SATISFIABLE')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/home/berker/projects/cpython/default/Lib/test/test_httplib.py", line 985, in test_client_constants
> self.assertTrue(hasattr(client, const))
> AssertionError: False is not true
>
> ======================================================================
> FAIL: test_client_constants (test.test_httplib.OfflineTest) (constant='REQUEST_HEADER_FIELDS_TOO_LARGE')
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "/home/berker/projects/cpython/default/Lib/test/test_httplib.py", line 985, in test_client_constants
> self.assertTrue(hasattr(client, const))
> AssertionError: False is not true
>
> ----------
> Added file: http://bugs.python.org/file38119/httpstatus_tests.diff
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue23442>
> _______________________________________
> |
|