summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fold the core library into the dbus librarySimon McVittie2014-04-034-15/+0
* Move tp_asv_to_vardict, tp_asv_from_vardict to dbus librarySimon McVittie2014-04-033-0/+3
* Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie2014-04-0322-0/+22
* Move tp_g_value_slice_* family to dbus librarySimon McVittie2014-04-036-0/+6
* Rename core-util.c to value-array.c and put it in the -dbus librarySimon McVittie2014-04-035-0/+5
* Restore lost test coverage from get-interface-after-invalidate testSimon McVittie2014-04-011-1/+22
* Rename remaining tp_dbus_daemon_*() to tp_dbus_connection_*()Xavier Claessens2014-04-0126-106/+106
* Remove tp_dbus_daemon_get_unique_name()Xavier Claessens2014-04-014-4/+4
* Replace all occurences of TpDBusDaemon by GDBusConnectionXavier Claessens2014-04-0158-303/+201
* Stop passing a TpDBusDaemon to TpProxy and subclassesXavier Claessens2014-04-0111-17/+0
* Tests: Pass a factory to all TpProxy instancesXavier Claessens2014-04-0111-32/+80
* TpConnectionManager: Always create from a factoryXavier Claessens2014-04-015-38/+43
* TpConnectionManager: Take a factory to list CMsXavier Claessens2014-04-012-2/+8
* TpDebusClient: Always create from a factoryXavier Claessens2014-04-011-1/+5
* tp_client_factory_dup_channel_dispatcher: rename to _ensure_channel_dispatcherSimon McVittie2014-04-012-2/+2
* TpChannelDispatcher: Always create from a factoryXavier Claessens2014-04-012-2/+6
* tp_client_factory_dup_account_manager: rename to _ensure_account_managerSimon McVittie2014-04-011-1/+1
* TpAccountManager: Always create from a factoryXavier Claessens2014-03-292-3/+16
* tp_proxy_get_interface_by_id: removeSimon McVittie2014-03-271-3/+3
* Tests: Use GDBusConnection directly to list activatable namesXavier Claessens2014-03-271-8/+20
* TpDBusDaemon: Remove code for watching namesXavier Claessens2014-03-271-242/+0
* Tests: Use GDBusConnection directly to watch nameXavier Claessens2014-03-271-5/+9
* Move dbus-glib header inclusion from headers to source codeSimon McVittie2014-03-264-0/+8
* tests: expect GDBus and TpProxy errors, not dbus-glib errorsSimon McVittie2014-03-267-11/+10
* remove assorted dbus-glib-specific valgrind suppressionsSimon McVittie2014-03-261-31/+0
* tests: use GDBus for private connectionsSimon McVittie2014-03-269-121/+64
* tp_dbus_daemon_watch_name_owner: rewrite in terms of g_bus_watch_name_on_conn...Simon McVittie2014-03-261-8/+0
* Do domain-specific errors via GDBus, not dbus-glibSimon McVittie2014-03-262-51/+8
* TpProxy: have a GDBusConnection and GDBusProxies instead of dbus-glibSimon McVittie2014-03-262-4/+4
* Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie2014-03-2616-52/+52
* Remove TpProxy::interface-added, and dbus-glib marshaller registrationSimon McVittie2014-03-261-7/+0
* examples: use telepathy-1-example-* naming conventionSimon McVittie2014-03-251-2/+2
* All C/C++ tests: run with temporary XDG_*_HOME, XDG_RUNTIME_DIRSimon McVittie2014-03-254-0/+25
* run-test.sh: run in a temporary XDG_DATA_HOME etc.Simon McVittie2014-03-251-1/+16
* run-test.sh: cope with XDG_DATA_DIRS being emptySimon McVittie2014-03-251-1/+1
* Generate GNOME installed-tests wrappers for D-Bus testsSimon McVittie2014-03-251-0/+12
* run-test.sh: only run one test; don't suppress or pollute stdoutSimon McVittie2014-03-251-8/+6
* Clean up generated test files in "make clean"Simon McVittie2014-03-251-2/+7
* Generate GNOME-style installed-tests metadata for basic testsSimon McVittie2014-03-251-0/+12
* Refresh tpglib-tests.list if the Makefile changesSimon McVittie2014-03-251-1/+1
* Clean up tpglib-tests.list in "make clean"Simon McVittie2014-03-251-0/+4
* fixup previous: util-cxx.cpp: convert to GTestSimon McVittie2014-03-251-2/+30
* all C tests: use GTest, so we can have TAP outputSimon McVittie2014-03-2519-139/+616
* logger basic tests: remove unused TEST_LOG_DIR variableSimon McVittie2014-03-201-1/+0
* Read logs from @abs_top_srcdir@/tests/logger/logsSimon McVittie2014-03-202-1/+2
* Merge remote-tracking branch 'cassidy/logger-1-70990' into nextSimon McVittie2014-03-2035-25/+23
|\
| * add XML legacy log storeGuillaume Desmottes2014-01-142-4/+9
| * Store XML logs to telepathy-1/Guillaume Desmottes2014-01-1417-2/+2
| * log-store: add 'name' propertyGuillaume Desmottes2014-01-141-2/+3
| * logger tests: use store constructor helpersGuillaume Desmottes2014-01-144-11/+6