[Twisted-Python] Fwd: [Twisted-commits] r12532 - SSHTransportTestCase.testOurServerCmdLineClient started failing because I

This needs looking into. James Begin forwarded message:
Author: foom Date: Tue Nov 16 17:15:28 2004 New Revision: 12532
Modified: trunk/twisted/conch/test/test_conch.py Log: SSHTransportTestCase.testOurServerCmdLineClient started failing because I fixed removeAll to remove writers. I don't know why. Either conch is doing something wrong or else it's because of t.i.stdio brokenness?
Modified: trunk/twisted/conch/test/test_conch.py ======================================================================= ======= --- trunk/twisted/conch/test/test_conch.py (original) +++ trunk/twisted/conch/test/test_conch.py Tue Nov 16 17:15:28 2004 @@ -1035,6 +1035,8 @@ timeout.cancel() except: pass + + testOurServerCmdLineClient.todo = "This seems to be broken -- maybe because stdio sucks?"
def testOurServerUnixClient(self): """Test the Conch server against the client over a UNIX socket"""
participants (1)
-
James Y Knight