need unit test that ssh_CHANNEL_OPEN sends a packet rather than raising a TypeError
[email protected] Tue, 01 Sep 2009 14:36:48 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from jesstess <[email protected]>: Prior to the changes in #3657, ConchUser.lookupChannel raised a ConchError with the arguments reversed. twisted.conch.ssh.connection.ssh_CHANNEL_OPEN uses the attributes of ConchError to send an SSH message so this reversal caused the traceback described at the top of #3657. Once #3657 is closed, we need a unit test that the behavior is now correct and ssh_CHANNEL_OPEN sends a packet rather than raising a TypeError. ---------- Type : enhancement Component: core Keywords : Priority : normal Nosy : jesstess ---------- http://twistedmatrix.com/trac/ticket/3995