summaryrefslogtreecommitdiff
path: root/tests/twisted/tubes/offer-private-stream-tube.py
AgeCommit message (Expand)AuthorFilesLines
2014-01-29update for new specGuillaume Desmottes1-7/+7
2013-10-16StreamTube.NewRemoteConnection now has a 'identifier' argumentGuillaume Desmottes1-2/+4
2013-09-23Add get_contact_handle_sync, get_contact_handles_sync; use in simple casesSimon McVittie1-1/+1
2013-09-23Tests: replace GetSelfHandle calls with property-gettingSimon McVittie1-1/+1
2012-05-17tube tests: remove all Chan.T.Tubes testsJonny Lamb1-156/+24
2012-01-30tubetestutil: use temporary files as unix socket pathsJonny Lamb1-0/+2
2011-01-11gabbletest.py: automatically connect connectionsJonny Lamb1-5/+1
2009-07-29tests: use constants for StatusChanged arguments throughoutSimon McVittie1-1/+2
2009-07-17tube tests: do not use the same socket file twice at the same timeAlban Crequy1-2/+2
2009-07-14Remove Disconnect() call from testsGuillaume Desmottes1-5/+0
2009-07-13offer-private-stream-tube.py: use make_result_iq to create the disco replyGuillaume Desmottes1-4/+4
2009-05-28correctly use assertEqualsGuillaume Desmottes1-4/+4
2009-05-28update stream tube tests to deal with the debug_msg arg of the ConnectionClos...Guillaume Desmottes1-2/+4
2009-05-21test ConnectionClosed signal with ConnectionLostGuillaume Desmottes1-1/+5
2009-05-21NewConnection has been renamed NewRemoteConnectionGuillaume Desmottes1-4/+4
2009-05-21Define 'jabber:iq:roster' in ns.pyWill Thompson1-1/+1
2009-05-19offer-private-stream-tube.py: disable echo before we received the accessGuillaume Desmottes1-0/+6
2009-05-19offer-private-stream-tube.py: block the transport until we check the access c...Guillaume Desmottes1-2/+8
2009-05-07pass the queue to check_new_connection_accessGuillaume Desmottes1-2/+2
2009-05-05offer-private-stream-tube: check NewConnection access_control_paramGuillaume Desmottes1-8/+17
2009-05-04sync to latest tube API draftGuillaume Desmottes1-5/+4
2009-04-29offer-private-stream-tube.py: use new set_up_echoGuillaume Desmottes1-4/+4
2009-04-29run stream tube tests using exec_stream_tube_testGuillaume Desmottes1-4/+7
2009-04-29Sync with latest tube spec DRAFTGuillaume Desmottes1-2/+2
2009-04-15check_NewChannels_signal: check if the channel is in Requests's Channels prop...Guillaume Desmottes1-3/+3
2009-04-08clean up pyflakes warnings in testsDafydd Harries1-1/+1
2009-03-12Merge branch 'request-streams'Will Thompson1-3/+1
2009-03-12pass expected data len to get_dataGuillaume Desmottes1-6/+8
2009-03-11tests/twisted: Use conn.Requests instead of making a dbus.InterfaceSimon McVittie1-3/+1
2009-03-02offer-private-stream-tube: no need to run test with BytestreamSIFallback any ...Guillaume Desmottes1-5/+0
2009-03-02offer-private-stream-tube.py: test using BytestreamSIFallback tooGuillaume Desmottes1-1/+6
2009-03-01Fix some conjugations in test commentsWill Thompson1-3/+3
2009-02-27use Bytestream.check_si_reply instead of parse_si_replyGuillaume Desmottes1-5/+2
2009-02-27use path returned by set_up_echoGuillaume Desmottes1-9/+4
2009-02-27move test of offering private stream tube to its own testGuillaume Desmottes1-0/+407