summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2007-04-19Move contents of lib/ into root directorySimon McVittie7-0/+408
2007-04-19Remove src, data, tests and Gabble-specific parts of configure.acSimon McVittie12-1201/+0
2007-04-18When running check-extra, produce logfiles in ${top_buildddir}/tests/gabble-<...Simon McVittie3-8/+20
2007-04-16remove unused src/handles.[ch]Robert McQueen1-1/+0
2007-04-06tests/: wrap long linesSimon McVittie1-2/+4
2007-04-05Semi-automated whitespace pedantry: space before function call parentheses, w...Simon McVittie2-6/+6
2007-04-06Refactor out coding style checking into shell scripts and Makefile snippets a...Simon McVittie1-23/+2
2007-04-05Distinguish between C and other source when doing whitespace checksmerge_point_for_telepathy-gabble-olpcSimon McVittie1-3/+15
2007-04-04tests/Makefile.am: Add automated whitespace fascismSimon McVittie1-0/+14
2007-04-04test-basic-connect.py: Remove some trailing whitespaceSimon McVittie1-2/+2
2007-03-26test-handles: Don't inspect return value from tp_handle_ref; use tp_handle_is...Simon McVittie1-4/+4
2007-03-21test-basic-connect.py: factor out constantsDafydd Harries1-7/+13
2007-03-21commentsDafydd Harries1-1/+2
2007-03-21rename TESTSEXTRA to EXTRA_TESTSDafydd Harries1-2/+2
2007-03-21remove unnecessary makefile ruleDafydd Harries1-2/+0
2007-03-21distribute *.conf.inDafydd Harries1-1/+1
2007-03-21generate *.conf more like *.serviceDafydd Harries1-2/+5
2007-03-21marginally simplify test mangling makefile rulesDafydd Harries1-3/+3
2007-03-21test-basic-connect.py: use standard indentationDafydd Harries1-76/+76
2007-03-21distribute .service.in filesDafydd Harries1-1/+1
2007-03-21use BUILT_SOURCES instead of BUILT_FILESDafydd Harries1-3/+2
2007-03-21check-extra: make files executable before trying to run testsDafydd Harries1-0/+2
2007-03-21check-extra: recursively call make check, rather than duplicating sh test codeDafydd Harries1-72/+1
2007-03-21tests/: generate .service from .service.inDafydd Harries1-1/+4
2007-03-21remove redundant Makefile.am linesDafydd Harries1-9/+0
2007-03-20move dbus tests to make check-extraMads Chr. Olesen1-36/+77
2007-03-20refresh unit testMads Chr. Olesen1-6/+5
2007-02-02Make distcheck succeed, finallyMads Chr. Olesen1-2/+12
2006-12-28Make distcheck succeed a little more, using black autofoo magic borrowed from...Mads Chr. Olesen2-8/+37
2006-12-28Up the timeout for the unit test connect callMads Chr. Olesen1-1/+1
2006-12-27unittest-debuggingMads Chr. Olesen1-0/+3
2006-12-27unittesting-own-configurationMads Chr. Olesen4-8/+56
2006-12-26basic-unit-testingMads Chr. Olesen5-1/+745
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-03-01fix missed #include of gabble-presence.hDafydd Harries1-1/+1
2007-03-01patch from Dmitry Rozhkov <ext-dmitry.1.rozhkov@nokia.com> to add --enable-co...Robert McQueen1-0/+1
2007-02-05Don't rely on inter-library dependenciesSimon McVittie1-3/+6
2007-02-05Move tests for bits of lib to lib tooSimon McVittie4-269/+1
2007-01-18Add infrastructure for generating lots of GInterfaces from the Telepathy spec...Simon McVittie1-0/+1
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 McVittie4-12/+12
2007-01-04Move handle set to lib. Define handle repository interface, TpHandleRepoIface,Simon McVittie2-27/+28
2007-01-04Remove telepathy-constants.h in favour of <telepathy-glib/tp-enums.h> in lib....Simon McVittie2-2/+2