summaryrefslogtreecommitdiff
path: root/tests/test-handles.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Use meta-headers for everythingSimon McVittie1-3/+2
2012-05-10Stop using tp_handle_ref/unrefXavier Claessens1-3/+0
2010-12-02Don't assert that unreffing a handle really kills itSimon McVittie1-3/+0
2010-08-03test-handles: don't assume the LIST repo will be thereSimon McVittie1-17/+6
2009-08-17test-handles: stop exercising handle-holding by clientsSimon McVittie1-18/+0
2008-10-14test-handles: accept InvalidHandle as well as historical InvalidArgumentSimon McVittie1-2/+8
2008-07-21make tests include config.h tooDafydd Harries1-0/+3
2008-07-21remove debug prints from handle testDafydd Harries1-3/+0
2008-07-18enure pointer casts have a space after themDafydd Harries1-1/+1
2008-07-14tidy up test includesDafydd Harries1-1/+2
2008-07-14rename gabble-connection.h to connection.hDafydd Harries1-1/+1
2008-02-22test-handles: make test_handles staticSimon McVittie1-1/+2
2007-04-16remove unused src/handles.[ch]Robert McQueen1-1/+0
2007-04-05Semi-automated whitespace pedantry: space before function call parentheses, w...Simon McVittie1-1/+1
2007-03-26test-handles: Don't inspect return value from tp_handle_ref; use tp_handle_is...Simon McVittie1-4/+4
2007-03-12Correct room list channel handle fetching, and test casesSimon McVittie1-2/+2
2007-03-08Convert Gabble to use new handle API.Simon McVittie1-14/+13
2007-03-13Use NUM_TP_HANDLE_TYPES in test caseSimon McVittie1-3/+3
2007-01-12Extract superclass TpBaseConnection from GabbleConnectionSimon McVittie1-0/+4
2007-01-08Remove the GabbleHandleRepo type completely - just use an array of TpHandleRe...Simon McVittie1-9/+13
2007-01-08Remove gabble_handle_client_release, _hold in favour of the corresponding tp_...Simon McVittie1-2/+2
2007-01-08Change gabble_handle_for_contact, etc. to take the appropriate TpHandleRepoIf...Simon McVittie1-9/+11
2007-01-08Remove gabble_handle_for_group, gabble_handle_for_list (just use tp_handle_re...Simon McVittie1-4/+4
2007-01-05Replace TpError_PermissionDenied with TP_ERROR_PERMISSION_DENIED, etc.Simon McVittie1-2/+2
2007-01-05Remove tp- prefix from header files: it serves no namespacing purpose and get...Simon McVittie1-3/+3
2007-01-04Move handle set to lib. Define handle repository interface, TpHandleRepoIface,Simon McVittie1-1/+1
2007-01-04Remove telepathy-constants.h in favour of <telepathy-glib/tp-enums.h> in lib....Simon McVittie1-1/+1
2007-01-04Move src/telepathy-errors.c to lib. Replace #includes of dummy headers telepa...Simon McVittie1-2/+2
2007-01-04Add TpError_ prefix to all uses of error enum names, and remove the compatibi...Simon McVittie1-2/+2
2007-01-04Replace GabbleHandle with TpHandle everywhere, remove compatibility #defineSimon McVittie1-1/+1
2006-11-10improved handle testing suiteSenko Rasic1-26/+51
2006-11-08added test suite for handle setsSenko Rasic1-22/+11
2006-11-08added test-suite for handles.cSenko Rasic1-0/+87