From 62c744e7d17421268c7ccbbbce8065fe37186a64 Mon Sep 17 00:00:00 2001 From: Facundo Batista Date: Thu, 24 May 2007 20:51:19 +0000 Subject: Let's see if reading exactly what is written allow this live test to pass (now I know why there were so few tests in ftp, http, etc, :( ). --- Lib/test/test_urllib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py index 83610fc..c2a6dfd 100644 --- a/Lib/test/test_urllib.py +++ b/Lib/test/test_urllib.py @@ -557,6 +557,7 @@ def server(evt): pass else: conn.send("1 Hola mundo\n") + conn.recv(13) conn.send("2 No more lines\n") conn.close() finally: -- cgit v0.12