#11112: Fix typo in a base class in test_socket.

This commit is contained in:
Ezio Melotti 2011-11-18 18:33:14 +02:00
parent 00dc60beee
commit 169ed5946a
1 changed files with 1 additions and 1 deletions

View File

@ -1379,7 +1379,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):