summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-09-23presence.py: use make_presence()Dafydd Harries1-18/+6
2009-09-23make_presence(): take an optional show parameterDafydd Harries1-1/+5
2009-09-23make expects for presence events more specificDafydd Harries2-8/+6
2009-09-23Merge branch 'initial-streams-delay'Dafydd Harries21-208/+248
2009-09-23Merge branch 'initial-contact-presence'Dafydd Harries3-0/+56
2009-09-23google-relay.py: test for a regression of #24023Dafydd Harries1-2/+17
2009-09-23with-tmp-session-bus.sh: add commented out call to dbus-monitorDafydd Harries1-0/+2
2009-09-23unwrap(): handle dbus.Boolean correctlyDafydd Harries1-1/+4
2009-09-23don't strip common prefix from object pathsDafydd Harries17-82/+57
2009-09-23accept-muc-dbus-type.py: make compatible with expect_many() fixDafydd Harries1-2/+7
2009-09-23accept-muc-dbus-tube.py: use assert* functionsDafydd Harries1-20/+22
2009-09-23google-relay.py: factor out repeated codeDafydd Harries1-22/+15
2009-09-23allow forcing test output colouringDafydd Harries1-1/+1
2009-09-23port Google relay test from BaseHTTPServer to twisted.webDafydd Harries2-77/+101
2009-09-23expect_many(): log which events are still pending when a timeout occursDafydd Harries1-1/+12
2009-09-23expect_many(): ignore patterns that have already matchedDafydd Harries1-1/+11
2009-09-23emit a presence update for subscribed contacts when we get the rosterDafydd Harries2-0/+47
2009-09-23add presence types to constants.pyDafydd Harries1-0/+9
2009-09-23make MembersChanged have the correct reason when Error is called on a streamDafydd Harries2-0/+56
2009-09-17file_transfer_helper.py: read on the local socket until it's disconnectedGuillaume Desmottes1-3/+5
2009-09-14Merge branch 'ccaps-undraft'Simon McVittie5-7/+7
2009-09-14fix typosDafydd Harries1-2/+2
2009-09-14Depend on telepathy-glib 0.7.37 and implement the final version of InitialAud...Simon McVittie2-8/+6
2009-09-14remove a semicolonDafydd Harries1-1/+1
2009-09-14clarify assertNotEquals() error messageDafydd Harries1-1/+1
2009-09-14servicetest.py: make assert*() not format the values unless necessaryDafydd Harries1-11/+15
2009-09-14servicetest.py: avoid formatting events when not necessaryDafydd Harries1-8/+10
2009-09-14move install_colourer() to servicetest.pyDafydd Harries2-25/+26
2009-09-14remove exec_tests()Dafydd Harries1-12/+6
2009-09-14hoist import to top of fileDafydd Harries1-1/+1
2009-09-14test-send-file-declined: try to provide the file after it has been declinedGuillaume Desmottes1-0/+9
2009-09-14test-send-file-provide-immediately: try to accept an outgoing FTGuillaume Desmottes1-0/+12
2009-09-11GabbleMediaFactory: allow requesting initial audio/video the new waySimon McVittie1-2/+4
2009-09-11Undraft ContactCapabilitiesSimon McVittie4-3/+3
2009-09-11main-debug: unref the TpDBusDaemon once we're done with itGuillaume Desmottes1-0/+1
2009-09-11add connect/disconnect-timeout.pyGuillaume Desmottes2-0/+27
2009-09-11don't chainup XmlStream.onDocumentEnd methodGuillaume Desmottes1-1/+3
2009-09-11main-debug: catch the Disconnected signal so we can call wocky_deinit() befor...Guillaume Desmottes1-1/+48
2009-09-11connect/test-nonblocking-tls.py: enable the test; it works fine with WockyGuillaume Desmottes1-8/+0
2009-09-11add test connect/stream-closed.pyGuillaume Desmottes2-0/+28
2009-09-11gabbletest.py: exec_test_deferred: properly handle the different state of the...Guillaume Desmottes1-2/+11
2009-09-11gabbletest.py: disconnect_conn: wait for the stream-closed and send our strea...Guillaume Desmottes1-5/+9
2009-09-11gabbletest.py: fire an event when the stream is closedGuillaume Desmottes1-0/+4
2009-09-11execute tests with WOCKY_DEBUG=allGuillaume Desmottes1-1/+1
2009-09-11tests/twisted/Makefile.am: stop linking on loudmouthGuillaume Desmottes1-2/+3
2009-09-11tests/Makefile.am: remove loudmouth from CFLAGS and add the lib/ dir to the i...Guillaume Desmottes1-2/+3
2009-09-11build tests/ with wockyGuillaume Desmottes1-2/+2
2009-09-11double-disco.py: 'available' is not a valid presence typeGuillaume Desmottes1-2/+2
2009-09-11Merge branch 'telepathy-gabble-0.8' into master.Will Thompson7-156/+210
2009-09-10Merge branch 'multiplayer-disco' into telepathy-gabble-0.8Will Thompson6-154/+208