|
@@ -111,7 +111,6 @@ class TestSubscriptionManager(unittest.TestCase):
|
|
def test_open_socket_bad(self):
|
|
def test_open_socket_bad(self):
|
|
msgq = MsgQ("/does/not/exist")
|
|
msgq = MsgQ("/does/not/exist")
|
|
self.assertRaises(socket.error, msgq.setup)
|
|
self.assertRaises(socket.error, msgq.setup)
|
|
- msgq.listen_socket.close()
|
|
|
|
|
|
|
|
class SendNonblock(unittest.TestCase):
|
|
class SendNonblock(unittest.TestCase):
|
|
"""
|
|
"""
|