summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07Distribute debug.h, fixing distcheckSimon McVittie1-0/+1
(cherry picked from commit e9e819e55d914392be94f5c67e34bb227eb15a97) Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100 Conflicts: tests/lib/Makefile.am
2013-09-27move tp_tests_copy_dir() to logger-test-helperGuillaume Desmottes4-22/+24
This function is logger specific so best to have it in this file. Makes syncing with tp-glib easier.
2013-09-27add logger-test-helper.cGuillaume Desmottes3-1/+105
Introduce a new helper file to contain logger test specific helper functions. Add helper function to register and prepare accounts. https://bugs.freedesktop.org/show_bug.cgi?id=69814
2013-09-26tests/lib: sync with tp-glib masterGuillaume Desmottes18-176/+1651
Adds a few new files used by the new version of the files we are using. https://bugs.freedesktop.org/show_bug.cgi?id=69846
2013-09-25tests/lib: sync with tp-glib masterGuillaume Desmottes8-98/+777
Add room-list-chan.c as it's used by simple-conn. https://bugs.freedesktop.org/show_bug.cgi?id=69797
2013-04-08Make log-manager tests writableDan Vrátil2-0/+23
2013-01-09Include config.h as the first thing in every .c fileDebarshi Ray2-0/+4
This is Autoconf best-practice, and ensures that the GLib and Telepathy version-selection macros defined by configure.ac work as intended. Including config.h turns on ENABLE_DEBUG, which in turn leads to the usage of _tpl_debug_set_flags_from_env. In those cases we should include telepathy-logger/debug-internal.h also. Fixes: https://bugs.freedesktop.org/59165
2012-06-05add missing config.h includesGuillaume Desmottes3-0/+6
2012-06-05simple-conn: use TP_ERROR instead of TP_ERRORSGuillaume Desmottes1-2/+2
The latter has been deprecated. Ideally we should sync this file from tp-glib but the current version depends on tp-glib 0.19.x
2012-02-14add missing config.hGuillaume Desmottes1-0/+2
2011-11-18Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano1-1/+1
2011-11-18Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano1-15/+15
2011-01-21Add test/dbus testsuites, as tp-glib does.Cosimo Alfarano5-7/+717
Importing only the needed modules from tests/lib/
2011-01-19Add test for _tpl_entity_new_from_tp_contact()Nicolas Dufresne9-0/+3023