summaryrefslogtreecommitdiff
path: root/tests/dbus/contacts-slow-path.c
Commit message (Expand)AuthorAgeFilesLines
* Port unit tests to g_test_dbus_up/downXavier Claessens2013-09-261-1/+1
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-041-1/+2
* tp_connection_dup_contact_by_id_async: don't crash without ContactsSimon McVittie2012-05-111-0/+24
* tp_connection_upgrade_contacts_async: fall back to old API if no ContactsSimon McVittie2012-05-111-8/+26
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Fix brokenness, copy-paste errors and unused variables in testsSimon McVittie2012-02-011-3/+0
* Replace nearly all calls to tp_cli_connection_run_disconnectSimon McVittie2012-02-011-6/+1
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-17/+17
* Contacts: remove slow path for LocationWill Thompson2011-07-271-66/+7
* use tp_tests_init() in most testsGuillaume Desmottes2011-05-121-5/+1
* Test tp_connection_dup_contact_if_possibleSimon McVittie2010-12-081-0/+58
* contacts-slow-path test: reset_result: be idempotent, and call in teardownSimon McVittie2010-12-081-6/+7
* contacts-slow-path test: put more stuff in the FixtureSimon McVittie2010-12-081-6/+13
* Merge branch 'telepathy-glib-0.12'Simon McVittie2010-12-081-36/+242
|\
| * contacts-slow-path: add regression tests for fd.o #25181, #32191Simon McVittie2010-12-081-0/+173
| * contacts-slow-path: use GTesterSimon McVittie2010-12-081-35/+39
| * contacts-slow-path: do setup and teardown individually for each testSimon McVittie2010-12-081-2/+12
| * contacts-slow-path: make teardown survive missing objectsSimon McVittie2010-12-081-6/+13
| * contacts-slow-path: encapsulate test state in a fixtureSimon McVittie2010-12-081-24/+36
* | tests: don't assert that unreffed handles are freedSimon McVittie2010-12-011-7/+0
* | Use G_N_ELEMENTS throughoutSimon McVittie2010-11-251-2/+2
* | Add a 10 second timeout to all tests that spin the main loopSimon McVittie2010-10-261-0/+1
|/
* contacts, contacts-slow-path tests: don't leak hash tablesSimon McVittie2010-06-291-0/+3
* Add the TpTests namespace to tests/lib/contacts-connTravis Reitter2010-06-041-27/+37
* Add the TpTests namespace to tests/lib/utilTravis Reitter2010-06-041-8/+8
* Replace test_connection_run_until_dbus_queue_processed with test_proxy_run_un...Simon McVittie2010-06-011-6/+6
* Replace remaining uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie2010-06-011-13/+13
* Replace simple uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie2010-06-011-10/+10
* Replace MYASSERT_SAME_STRING with g_assert_cmpstrSimon McVittie2010-06-011-50/+49
* Replace test_assert_no_error with g_assert_no_errorSimon McVittie2010-06-011-10/+10
* pass a TpBaseConnection rather than a ContactsConnectionGuillaume Desmottes2010-04-151-1/+4
* add account arg to test_create_and_connect_connGuillaume Desmottes2010-04-151-1/+1
* rename create_and_connect_conn to test_create_and_connect_connGuillaume Desmottes2010-04-151-1/+1
* contacts-slow-path.c: use create_and_connect_connGuillaume Desmottes2010-04-151-31/+3
* update header of contacts-slow-path.cGuillaume Desmottes2010-04-141-8/+3
* tests/dbus/contacts-slow-path.c: remove fast path testsGuillaume Desmottes2010-04-141-42/+5
* duplicate tests/dbus/contacts.c to tests/dbus/contacts-slow-path.cGuillaume Desmottes2010-04-141-0/+1116