X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=python-eventlet%2Ftests%2Fisolated%2Fwsgi_connection_timeout.py;h=c2c7d3ce2880e856ff563d2afdea26843c4b8503;hb=refs%2Ftags%2Fmos-9.0;hp=6a8c6233d8992408d800bf1e3c7fdd5a671269b0;hpb=358bd9258c2b6d2ee74de4dfd07a5123107abad4;p=packages%2Ftrusty%2Fpython-eventlet.git diff --git a/python-eventlet/tests/isolated/wsgi_connection_timeout.py b/python-eventlet/tests/isolated/wsgi_connection_timeout.py index 6a8c623..c2c7d3c 100644 --- a/python-eventlet/tests/isolated/wsgi_connection_timeout.py +++ b/python-eventlet/tests/isolated/wsgi_connection_timeout.py @@ -42,6 +42,7 @@ class BufferLog(object): @staticmethod def write(s): output_buffer.append(s.rstrip()) + return len(s) # This test might make you wince