summaryrefslogtreecommitdiff
path: root/tests/wocky-roster-test.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-03-01session: rename new to new_with_connectionJonny Lamb1-1/+1
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson1-34/+34
2010-10-20Use wocky_stanza_get_{from,to}Will Thompson1-2/+1
2010-06-22WockySession: have a full JID construct-time propertySimon McVittie1-1/+1
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-43/+43
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-14/+18
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-28/+28
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-86/+86
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-21/+21
2009-09-02Don't create a WockyRoster in WockySession for now.Guillaume Desmottes1-3/+4
2009-09-01wocky-roster-test: use the roster created by the sessionGuillaume Desmottes1-4/+3
2009-09-01pass a session instead of a porter to wocky_roster_newGuillaume Desmottes1-8/+9
2009-08-28rename WockyContact to WockyBareContactGuillaume Desmottes1-80/+80
2009-08-28rename wocky-contact.[ch] to wocky-bare-contact.[ch]Guillaume Desmottes1-1/+1
2009-08-28test_roster_add_contact: call add_contact with an existing contact but differ...Guillaume Desmottes1-2/+31
2009-08-25wocky-roster-test: add test_add_contact_twiceGuillaume Desmottes1-0/+65
2009-08-25wocky-roster-test: add test_remove_two_groupsGuillaume Desmottes1-0/+85
2009-08-25wocky-roster-test: add test_add_two_groupsGuillaume Desmottes1-0/+87
2009-08-25wocky-roster-test: add test_change_name_remove_addGuillaume Desmottes1-0/+79
2009-08-25wocky-roster-test: add test_remove_contact_twiceGuillaume Desmottes1-0/+68
2009-08-25wocky-roster-test: add test_change_name_twiceGuillaume Desmottes1-0/+70
2009-08-25wocky-roster-test: add test_edit_contact_removeGuillaume Desmottes1-1/+82
2009-08-25test_multi_contact_edit: try to re-add a group we just removedGuillaume Desmottes1-6/+18
2009-08-25test_multi_contact_edit: use Juliet instead of Romeo as exampleGuillaume Desmottes1-16/+16
2009-08-25test_multi_contact_edit: remove a group we just addedGuillaume Desmottes1-3/+9
2009-08-25wocky-roster-test: add test_multi_contact_editGuillaume Desmottes1-0/+99
2009-08-25wocky-roster-test: factor out check_edit_roster_stanzaGuillaume Desmottes1-26/+32
2009-08-25wocky-roster-test: add test_remove_contact_editGuillaume Desmottes1-0/+70
2009-08-25add test_remove_contact_re_addGuillaume Desmottes1-0/+103
2009-08-25wocky-roster-test: factor out check_add_contact_stanzaGuillaume Desmottes1-19/+30
2009-08-25wocky-roster-test: factor out check_remove_contact_stanzaGuillaume Desmottes1-8/+17
2009-08-25wocky-roster-test: factor out ack_iqGuillaume Desmottes1-65/+25
2009-08-25wocky-roster-test: add comments for each section of testsGuillaume Desmottes1-0/+4
2009-08-25pass jid, name and groups to wocky_roster_add_contact_async instead of a Wock...Guillaume Desmottes1-4/+5
2009-08-25test_roster_remove_contact: try to remove twice the same contactGuillaume Desmottes1-0/+12
2009-08-25test_roster_add_contact: try to add twice the same contactGuillaume Desmottes1-0/+7
2009-08-25wocky-roster-test: test wocky_roster_contact_remove_group_asyncGuillaume Desmottes1-0/+148
2009-08-25wocky-roster-test: test wocky_roster_contact_add_group_asyncGuillaume Desmottes1-0/+162
2009-08-25wocky-roster-test: add test_roster_change_nameGuillaume Desmottes1-0/+149
2009-08-25wocky-roster-test: ensure that the 'add contact' request doesn't have a subsc...Guillaume Desmottes1-0/+1
2009-08-25wocky-roster-test: add test_roster_remove_contactGuillaume Desmottes1-0/+105
2009-08-25wocky-roster-test: add test_roster_add_contactGuillaume Desmottes1-0/+134
2009-08-17wocky-roster-test: unref contacts returned by wocky_roster_get_all_contactsGuillaume Desmottes1-0/+4
2009-08-13wocky-roster-test: factor out send_roster_updateGuillaume Desmottes1-93/+56
2009-08-13wocky-roster-test: add test_roster_upgrade_changeGuillaume Desmottes1-0/+125
2009-08-13wocky-roster-test: add test_roster_upgrade_removeGuillaume Desmottes1-0/+64
2009-08-13wocky-roster-test: add test_roster_upgrade_addGuillaume Desmottes1-5/+114
2009-08-13test wocky_roster_get_all_contactsGuillaume Desmottes1-0/+17
2009-08-13fetch_roster_reply_cb: test to send more than one contactGuillaume Desmottes1-1/+32