Kaydet (Commit) 70df667d authored tarafından Stefan Krah's avatar Stefan Krah

Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.

üst 21334e72
...@@ -1625,7 +1625,7 @@ class BufferIOTest(SocketConnectedTest): ...@@ -1625,7 +1625,7 @@ class BufferIOTest(SocketConnectedTest):
def _testRecvFromIntoSmallBuffer(self): def _testRecvFromIntoSmallBuffer(self):
with test_support.check_py3k_warnings(): with test_support.check_py3k_warnings():
buf = buffer(MSG*2048) buf = buffer(MSG)
self.serv_conn.send(buf) self.serv_conn.send(buf)
def testRecvFromIntoEmptyBuffer(self): def testRecvFromIntoEmptyBuffer(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment