changeset 18646 | c6a81e54c209 |
parent 16913 | f2719b387380 |
child 21056 | d70703954a2a |
--- a/tests/test-hgweb-no-request-uri.t Sun Feb 10 18:24:29 2013 +0100 +++ b/tests/test-hgweb-no-request-uri.t Sun Jan 27 03:32:09 2013 +0100 @@ -49,6 +49,7 @@ > content = app(env, startrsp) > sys.stdout.write(output.getvalue()) > sys.stdout.write(''.join(content)) + > getattr(content, 'close', lambda : None)() > print '---- ERRORS' > print errors.getvalue() >