summaryrefslogtreecommitdiff
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make log-manager tests writableDan Vrátil2013-04-082-0/+23
|
* Include config.h as the first thing in every .c fileDebarshi Ray2013-01-092-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
* add missing config.h includesGuillaume Desmottes2012-06-053-0/+6
|
* simple-conn: use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-06-051-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
* add missing config.hGuillaume Desmottes2012-02-141-0/+2
|
* Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano2011-11-181-1/+1
|
* Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano2011-11-181-15/+15
|
* Add test/dbus testsuites, as tp-glib does.Cosimo Alfarano2011-01-215-7/+717
| | | | Importing only the needed modules from tests/lib/
* Add test for _tpl_entity_new_from_tp_contact()Nicolas Dufresne2011-01-199-0/+3023