summaryrefslogtreecommitdiff
path: root/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* add logger-test-helper.cGuillaume Desmottes2013-09-273-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
* tests/lib: sync with tp-glib masterGuillaume Desmottes2013-09-2618-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
* tests/lib: sync with tp-glib masterGuillaume Desmottes2013-09-258-98/+777
| | | | | | Add room-list-chan.c as it's used by simple-conn. https://bugs.freedesktop.org/show_bug.cgi?id=69797
* 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