summaryrefslogtreecommitdiff
path: root/tests/dbus/self-handle.c
Commit message (Expand)AuthorAgeFilesLines
* Port unit tests to g_test_dbus_up/downXavier Claessens2013-09-261-1/+1
* self-handle test: test with a modern CM, not just an archaic oneSimon McVittie2012-10-081-12/+33
* 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-2/+0
* Replace nearly all calls to tp_cli_connection_run_disconnectSimon McVittie2012-02-011-6/+1
* use tp_tests_init() in most testsGuillaume Desmottes2011-05-121-4/+1
* TpTestsSimpleConnection: Make it possible to break 0.19.2 propsOlli Salli2011-04-111-0/+1
* Test that if GetSelfHandle fails, we invalidate the connectionSimon McVittie2010-12-091-0/+36
* self-handle test: try changing the self-handle between GetSelfHandle and fini...Simon McVittie2010-12-091-0/+73
* self-handle test: change the counter callback to use swapped argumentsSimon McVittie2010-12-091-11/+10
* self-handle test: check what happens when the self-handle changes early onSimon McVittie2010-12-091-13/+108
* self-handle test: port to GTesterSimon McVittie2010-12-091-71/+96
* test_self_handle: don't assume that SelfHandleChanged is processed instantlySimon McVittie2010-12-091-0/+4
* Add a 10 second timeout to all tests that spin the main loopSimon McVittie2010-10-261-0/+1
* Add the TpTests namespace to tests/lib/utilTravis Reitter2010-06-041-3/+3
* Add the TpTests namespace to tests/lib/simple-connTravis Reitter2010-06-041-5/+5
* Replace test_connection_run_until_dbus_queue_processed with test_proxy_run_un...Simon McVittie2010-06-011-1/+1
* Replace remaining uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie2010-06-011-4/+4
* Replace simple uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie2010-06-011-2/+2
* Replace MYASSERT_SAME_STRING with g_assert_cmpstrSimon McVittie2010-06-011-4/+4
* Replace test_assert_no_error with g_assert_no_errorSimon McVittie2010-06-011-4/+4
* Use test_object_new_static_class moreSimon McVittie2010-04-271-1/+1
* tests: use test_dbus_daemon_dup_or_die(), avoid tp_get_bus() (except in dbus.c)Simon McVittie2010-03-301-1/+1
* Replace MYASSERT_NO_ERROR with test_assert_no_error now that they're equivalentSimon McVittie2009-03-171-4/+4
* tests: remove the option to carry on after a failureSimon McVittie2009-03-171-9/+1
* Add a feature test for the self handle (fd.o#17519)Simon McVittie2009-02-101-0/+144