summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-01-03function begin braceOlli Salli1-1/+2
2011-01-03Make TestConnRosterGroups fake congestion less fscking slowOlli Salli1-1/+1
2011-01-03Make TestConnRosterGroups very anal about event order consistencyOlli Salli1-29/+87
2011-01-03Conn.I.ContactList test CM: don't accept subscription requests if they're can...Olli Salli1-0/+4
2011-01-03Merge branch 'roster-race'Olli Salli1-9/+12
2011-01-01TestConnRosterGroups: remove stale workaround for racy roster semantics fixed...Olli Salli1-9/+0
2011-01-01TestConnRosterGroups: Wait for synthesized "accept auth request" event so it ...Olli Salli1-0/+12
2011-01-01Make the requestLeave "already left" check more sensibleOlli Salli1-0/+6
2011-01-01Guard against leaking events between tests in TestChanGroupOlli Salli1-0/+5
2010-12-31Make PendingLeave ensure the member remove event has been picked up before fi...Olli Salli1-17/+3
2010-12-31Add tests for leaving a GroupOlli Salli1-1/+115
2010-12-31Merge branch 'contactlist'Andre Moreira Magalhaes (andrunko)18-107/+3966
2010-12-20Renamed conn-roster2/conn-roster-groups2 to conn-roster/conn-roster-groups.Andre Moreira Magalhaes (andrunko)3-31/+31
2010-12-20Renamed conn-roster/conn-roster-groups to conn-roster/conn-roster-groups-legacy.Andre Moreira Magalhaes (andrunko)3-31/+31
2010-12-19TestChanBasics: Test that the Channel invalidates itself with a reasonable errorOlli Salli1-3/+11
2010-12-19Make TestChanBasics less ridiculousOlli Salli1-55/+54
2010-12-17conn-roster-groups2 test: Added test for Conn.Iface.ContactGroups.Andre Moreira Magalhaes (andrunko)2-0/+622
2010-12-17Fixed tests to work with tp-glib implementing immortal handles.Andre Moreira Magalhaes (andrunko)2-45/+0
2010-12-17conn-roster2 test: Added test for Conn.Iface.ContactList.Andre Moreira Magalhaes (andrunko)2-0/+377
2010-12-17Imported contactlist example implementing Conn.Iface.ContactList from tp-glib.Andre Moreira Magalhaes (andrunko)11-0/+2905
2010-12-17Merge branch 'filters'Andre Moreira Magalhaes (andrunko)1-0/+6
2010-12-15Do not use deprecated tp_get_bus.Andre Moreira Magalhaes (andrunko)2-6/+6
2010-12-09account-basics test: Test Or/NotFilter.Andre Moreira Magalhaes (andrunko)1-0/+6
2010-12-06Run the mainloop to auto-delete PendingReadys in TestProfileManagerOlli Salli1-0/+3
2010-12-05Don't leak unfinished PendingReady in TestDBusProxyFactoryOlli Salli1-0/+5
2010-12-05Don't leak contact info pointer arrays in TestContactsInfoOlli Salli1-0/+2
2010-12-05Don't leak avatar data in TestContactsAvatarOlli Salli1-2/+1
2010-12-05Make processDBusQueue do an extra mainloop iteration so the PendingVoid is no...Olli Salli1-0/+3
2010-12-05Don't leak conference path C strings in TestChanConferenceOlli Salli1-0/+1
2010-12-05Clear the event queue in Test shutdown codeOlli Salli1-0/+2
2010-11-30Don't leak caps hash table in TestContactsCapabilitiesOlli Salli1-0/+1
2010-11-30Don't leak avatar data array in TestContactsAvatarOlli Salli1-0/+2
2010-11-30Don't leak the initial channels array in TestConferenceChanOlli Salli1-0/+2
2010-11-30Don't leak a useless GHashTable in conference test cm mergeable_conference_mergeOlli Salli1-2/+0
2010-11-30Don't leak old (initial) channels arrays in test cm conference channelOlli Salli1-0/+3
2010-11-30Don't leak successive haveConnections (from connectionChanged) in TestAccount...Olli Salli1-0/+4
2010-11-22Fix coding style for added SMChannel test event handlersOlli Salli1-2/+4
2010-11-22Test that only the correct StreamedMediaChan::[rl]SSC signals are emittedOlli Salli1-2/+36
2010-11-16Merge branch '0_5_0_approver'Andre Moreira Magalhaes (andrunko)2-4/+2
2010-11-16Merge branch '0_5_0_filters'Andre Moreira Magalhaes (andrunko)1-5/+6
2010-11-16Test that channel core feature override worksOlli Salli1-2/+3
2010-11-16AccountManager/Set: Use Filter instead of List<Filter> now that we have AndFi...Andre Moreira Magalhaes (andrunko)1-5/+6
2010-11-16AbstractClientApprover: Remove addDispatchOperation channels arg in favor of ...Andre Moreira Magalhaes (andrunko)2-4/+2
2010-11-15Move request(Dis)Connect to ConnectionLowlevelOlli Salli20-51/+80
2010-11-15Move the handle request/reference API to ConnectionLowlevelOlli Salli3-3/+6
2010-11-15Move Conn.I.Contacts low-level functionality from Connection to ConnectionLow...Olli Salli1-5/+8
2010-11-15Move Connection::{create,ensure}Channel to ConnectionLowlevelOlli Salli4-14/+23
2010-11-14Move direct self presence access from Connection to ConnectionLowlevelOlli Salli2-3/+9
2010-11-14Eliminate races in TestConnRoster caused by the new stored list tracking code...Olli Salli1-18/+28
2010-11-14Make Test::processDBusQueue less vulnerable to leaked events exiting the main...Olli Salli1-4/+6