[issue11617] Sporadic failure in test_httpservers

STINNER Victor report at bugs.python.org
Mon Mar 21 00:10:18 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Another example on x86 OpenIndiana 3.2:

test test_httpservers failed -- Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_httpservers.py", line 210, in test_latin1_header
    self.assertEqual(res.getheader('X-Special'), 'D\xe4ngerous Mind')
AssertionError: None != 'D\xe4ngerous Mind'

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11617>
_______________________________________


More information about the Python-bugs-list mailing list