]> granicus.if.org Git - python/commitdiff
Make test_socket_ssl finally pass on WIn
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 21:12:32 +0000 (21:12 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 21:12:32 +0000 (21:12 +0000)
Lib/test/test_socket_ssl.py

index 3641e33dd915f58cd02772a9d8ab344e47e60689..a82db5c167673779ed7a29eab1ea30029be4c639 100644 (file)
@@ -40,6 +40,9 @@ if not sys.platform.startswith('win'):
         ss.read(1)
         ss.read(1)
         s.close()
+else:
+    def test_timeout():
+        pass
                                            
 def test_rude_shutdown():
     try: