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

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

......@@ -4687,7 +4687,7 @@ class BufferIOTest(SocketConnectedTest):
self.assertRaises(ValueError, self.cli_conn.recvfrom_into, buf, 1024)
def _testRecvFromIntoSmallBuffer(self):
self.serv_conn.send(MSG*2048)
self.serv_conn.send(MSG)
def testRecvFromIntoEmptyBuffer(self):
buf = bytearray()
......
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