summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-02Merge remote branch 'stef/test-using-gtest'HEADmasterJonny Lamb24-842/+607
2011-03-01message-sent and message-received are int64, not uint64 or uint32Danielle Madeley1-2/+2
2011-02-16Migrate from 'check' to glib tests.Stef Walter24-842/+607
2011-02-14Cleanup comments that no longer match source.Stef Walter2-42/+0
2011-02-14Remove unused member variable.Stef Walter1-24/+0
2011-02-09gibber: remove node and stanza testsJonny Lamb5-320/+0
2011-02-09gibber: remove GibberXmppNode wrapperJonny Lamb48-493/+398
2011-02-09gibber: remove GibberXmppStanza wrapperJonny Lamb62-770/+662
2011-02-03add mising spaceGuillaume Desmottes1-1/+1
2011-02-03file_transfer_channel_allowed_properties: update comment regarding properties...Guillaume Desmottes1-1/+2
2011-02-02test URI propertyGuillaume Desmottes2-10/+43
2011-02-02Implement FileTransfer.FileURI (fdo #33833)Guillaume Desmottes6-32/+126
2011-02-02file transfer tests: use constants.pyGuillaume Desmottes15-181/+152
2011-02-02constants.py: sync with GabbleGuillaume Desmottes1-13/+53
2011-02-02file_transfer_channel_allowed_properties: use tp-glib constantsGuillaume Desmottes4-23/+24
2011-02-02Depends on telepathy-glib 0.13.12Guillaume Desmottes1-1/+1
2011-02-02saluttest: silence the queue if we hit an errorGuillaume Desmottes1-0/+1
2010-11-18fd.o #31665: use TpDBusDaemon, not tp_get_bus()Simon McVittie8-35/+39
2010-11-05Merge branch 'reliability'Simon McVittie26-240/+203
2010-11-01Use wait_for_contact_in_publish moreSimon McVittie10-153/+22
2010-11-01test-caps-file-transfer: expect ContactCapabilitiesChanged in a non-racy waySimon McVittie1-11/+3
2010-11-01file-transfer/test-ichat-receive-file.py: re-enable if no other llXMPP is run...Simon McVittie1-4/+2
2010-11-01salut_file_transfer_channel_new_from_stanza: force the 'from' addressSimon McVittie1-1/+2
2010-11-01gibber_file_transfer_new_from_stanza and friends: raise a GErrorSimon McVittie5-19/+76
2010-11-01avahi/test-muc-invite.py: use wait_for_contact_in_publish()Simon McVittie1-14/+2
2010-11-01Tests: factor out wait_for_contact_in_publish()Simon McVittie2-17/+20
2010-11-01Only skip file-transfer/test-ichat-receive-directory.py if neededSimon McVittie1-4/+2
2010-11-01SalutFtManager: allow salut_file_transfer_channel_new_from_stanza to failSimon McVittie1-1/+3
2010-11-01salut_file_transfer_channel_new_from_stanza: don't use FALSE as a null pointerSimon McVittie1-1/+1
2010-11-01avahi/test-ichat-incoming-msg.py: enable if we're not running another SalutSimon McVittie1-5/+2
2010-11-01avahitest: add a method to check whether another Salut is runningSimon McVittie1-0/+30
2010-11-01receive_presence_and_ask_caps: only match the IQ result, not random other IQsSimon McVittie1-4/+6
2010-11-01SalutDisco: echo @id in caps resultsSimon McVittie1-4/+12
2010-11-01Put Wocky debug information in test logs, now we use itSimon McVittie1-1/+1
2010-11-01Add more information to stream events, based on GabbleSimon McVittie1-2/+20
2010-10-18Merge branch 'protocol'Simon McVittie14-207/+770
2010-10-15Preserve existing PYTHONPATH when running testsTomeu Vizoso1-1/+1
2010-10-14Add a test for Protocol objectsSimon McVittie2-1/+69
2010-10-14Add Protocol objectsSimon McVittie5-171/+661
2010-10-14All channel managers: implement type_foreach_channel_classSimon McVittie6-34/+39
2010-10-14Depend on telepathy-glib 0.12 release candidate, for Protocol etc.Simon McVittie1-1/+1
2010-10-13Merge branch 'wocky'Simon McVittie49-1832/+601
2010-10-13Enable gtk-doc in distcheck so Wocky can also distcheckSimon McVittie1-1/+1
2010-10-13GibberXmppStanza: include wocky-stanza.h in a way that works out-of-treeSimon McVittie1-1/+1
2010-10-08Implement GibberXmppReader in terms of WockyXmppReaderSimon McVittie2-323/+59
2010-10-08saluttest.exec_test_deferred: if make_connection fails, dieSimon McVittie1-1/+7
2010-10-08Replace GibberXmppWriter with WockyXmppWriter and some inlinesSimon McVittie2-365/+30
2010-10-08Fix a few remaining instances of stanza->nodeSimon McVittie1-4/+7
2010-10-08GibberXmppReader: cope with stanzas with no namespaceSimon McVittie1-2/+12
2010-10-08Replace GibberXmppNode and GibberXmppStanza with WockyNode and WockyStanzaSimon McVittie31-1090/+278