]> granicus.if.org Git - python/commit
Make the XMLRCP CGIHandlerTestCase pass like it did before the change of
authorR. David Murray <rdmurray@bitdance.com>
Mon, 26 Oct 2009 08:24:14 +0000 (08:24 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 26 Oct 2009 08:24:14 +0000 (08:24 +0000)
commit0548ce088de6a382d0a4ea8789f106696176937d
treeb586308c4eae984662c6e13691f011b579a79d68
parentcc16d16adde974a14be962cf9a6a5665f90ff664
Make the XMLRCP CGIHandlerTestCase pass like it did before the change of
the test to use StringIO instead of a temp file.  There may or may not
be an underlying problem here, so this patch makes the test function
as originally designed until a determination can be made as to whether
or not there is an underlying bug here.  See issue 7165 for discussion.
Lib/test/test_xmlrpc.py