Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-29 | update for new spec | Guillaume Desmottes | 1 | -7/+7 | |
- NewChannels -> NewChannel - RequestableChannelClasses is now in Connection - Call. add InitialTones property | |||||
2013-10-16 | StreamTube.NewRemoteConnection now has a 'identifier' argument | Guillaume Desmottes | 1 | -2/+4 | |
2013-09-23 | Add get_contact_handle_sync, get_contact_handles_sync; use in simple cases | Simon McVittie | 1 | -1/+1 | |
Telepathy 1.0 doesn't have RequestHandles. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69618 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2013-09-23 | Tests: replace GetSelfHandle calls with property-getting | Simon McVittie | 1 | -1/+1 | |
sed expression: s/\.GetSelfHandle()/.Properties.Get(cs.CONN, "SelfHandle")/g adjusted by hand to exclude Group.GetSelfHandle() calls. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69618 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2012-05-17 | tube tests: remove all Chan.T.Tubes tests | Jonny Lamb | 1 | -156/+24 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2012-01-30 | tubetestutil: use temporary files as unix socket paths | Jonny Lamb | 1 | -0/+2 | |
This is all an attempt to make the unix socket path shorter. Fixes: fd.o#43981 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-01-11 | gabbletest.py: automatically connect connections | Jonny Lamb | 1 | -5/+1 | |
Also add do_connect argument to exec_test so tests can opt-out. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2009-07-29 | tests: use constants for StatusChanged arguments throughout | Simon McVittie | 1 | -1/+2 | |
Also remove some commented-out expectations of StatusChanged, and in tubes/accept-muc-dbus-tube.py, import constants as cs rather than c to be consistent with other tests. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | |||||
2009-07-17 | tube tests: do not use the same socket file twice at the same time | Alban Crequy | 1 | -2/+2 | |
2009-07-14 | Remove Disconnect() call from tests | Guillaume Desmottes | 1 | -5/+0 | |
The connection is disconnected at the end of each test in gabbletest.py so there is no point to do it in the test itself. | |||||
2009-07-13 | offer-private-stream-tube.py: use make_result_iq to create the disco reply | Guillaume Desmottes | 1 | -4/+4 | |
2009-05-28 | correctly use assertEquals | Guillaume Desmottes | 1 | -4/+4 | |
2009-05-28 | update stream tube tests to deal with the debug_msg arg of the ↵ | Guillaume Desmottes | 1 | -2/+4 | |
ConnectionClosed signal | |||||
2009-05-21 | test ConnectionClosed signal with ConnectionLost | Guillaume Desmottes | 1 | -1/+5 | |
2009-05-21 | NewConnection has been renamed NewRemoteConnection | Guillaume Desmottes | 1 | -4/+4 | |
2009-05-21 | Define 'jabber:iq:roster' in ns.py | Will Thompson | 1 | -1/+1 | |
2009-05-19 | offer-private-stream-tube.py: disable echo before we received the access | Guillaume Desmottes | 1 | -0/+6 | |
control byte | |||||
2009-05-19 | offer-private-stream-tube.py: block the transport until we check the access ↵ | Guillaume Desmottes | 1 | -2/+8 | |
control | |||||
2009-05-07 | pass the queue to check_new_connection_access | Guillaume Desmottes | 1 | -2/+2 | |
This will be useful when we'll check the byte control | |||||
2009-05-05 | offer-private-stream-tube: check NewConnection access_control_param | Guillaume Desmottes | 1 | -8/+17 | |
2009-05-04 | sync to latest tube API draft | Guillaume Desmottes | 1 | -5/+4 | |
org.freedesktop.Telepathy.Channel.Type.StreamTube.DRAFT.Offer() doesn't have a access_control_param any more. | |||||
2009-04-29 | offer-private-stream-tube.py: use new set_up_echo | Guillaume Desmottes | 1 | -4/+4 | |
2009-04-29 | run stream tube tests using exec_stream_tube_test | Guillaume Desmottes | 1 | -4/+7 | |
Stream tube tests now get the address type, access control and access control param as parameters. | |||||
2009-04-29 | Sync with latest tube spec DRAFT | Guillaume Desmottes | 1 | -2/+2 | |
{Offer,Accept}{DBus,Stream}Tube methods and the StreamTubeNewConnection signal have been renamed. | |||||
2009-04-15 | check_NewChannels_signal: check if the channel is in Requests's Channels ↵ | Guillaume Desmottes | 1 | -3/+3 | |
property | |||||
2009-04-08 | clean up pyflakes warnings in tests | Dafydd Harries | 1 | -1/+1 | |
2009-03-12 | Merge branch 'request-streams' | Will Thompson | 1 | -3/+1 | |
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Reviewed-by: Robert McQueen <robert.mcqueen@collabora.co.uk> | |||||
2009-03-12 | pass expected data len to get_data | Guillaume Desmottes | 1 | -6/+8 | |
2009-03-11 | tests/twisted: Use conn.Requests instead of making a dbus.Interface | Simon McVittie | 1 | -3/+1 | |
2009-03-02 | offer-private-stream-tube: no need to run test with BytestreamSIFallback any ↵ | Guillaume Desmottes | 1 | -5/+0 | |
more | |||||
2009-03-02 | offer-private-stream-tube.py: test using BytestreamSIFallback too | Guillaume Desmottes | 1 | -1/+6 | |
2009-03-01 | Fix some conjugations in test comments | Will Thompson | 1 | -3/+3 | |
2009-02-27 | use Bytestream.check_si_reply instead of parse_si_reply | Guillaume Desmottes | 1 | -5/+2 | |
2009-02-27 | use path returned by set_up_echo | Guillaume Desmottes | 1 | -9/+4 | |
2009-02-27 | move test of offering private stream tube to its own test | Guillaume Desmottes | 1 | -0/+407 | |