[issue4951] failure in test_httpservers
Antoine Pitrou
report at bugs.python.org
Thu Jan 15 01:13:04 CET 2009
New submission from Antoine Pitrou <pitrou at free.fr>:
This one seems to pop up rather frequently on the buildbots:
======================================================================
FAIL: test_post (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_httpservers.py",
line 330, in test_post
self.assertEquals(res.read(), b'1, python, 123456\n')
AssertionError: b'' != b'1, python, 123456\n'
----------------------------------------------------------------------
----------
components: Library (Lib), Tests
messages: 79881
nosy: pitrou
priority: high
severity: normal
status: open
title: failure in test_httpservers
type: behavior
versions: Python 3.1
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4951>
_______________________________________
More information about the Python-bugs-list
mailing list