]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#11112: Fix typo in a base class in test_socket.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 18 Nov 2011 16:33:14 +0000 (18:33 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 18 Nov 2011 16:33:14 +0000 (18:33 +0200)
Lib/test/test_socket.py

index c022fb50cf3c74ea5a77c079120ecc9b86fd4b35..f28a483570c4fc0c5237d56bbe0b52760a5795c2 100644 (file)
@@ -1722,7 +1722,7 @@ class TCPTimeoutTest(SocketTCPTest):
             # no alarm can be pending.  Safe to restore old handler.
             signal.signal(signal.SIGALRM, old_alarm)
 
-class UDPTimeoutTest(SocketTCPTest):
+class UDPTimeoutTest(SocketUDPTest):
 
     def testUDPTimeout(self):
         def raise_timeout(*args, **kwargs):