summaryrefslogtreecommitdiff
path: root/tests/dbus/test-tpl-observer.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config.h as the first thing in every .c fileDebarshi Ray2013-01-091-0/+2
| | | | | | | | | | | 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
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-041-16/+1
| | | | | Give a TplClientFactory to the TplObserver, so we get already prepared TplTextChannel and TplCallChannel subclasses.
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-2/+2
|
* Workaround style checker false positiveNicolas Dufresne2011-03-171-1/+1
|
* Fix invalid read in pseudo observer testNicolas Dufresne2011-03-101-1/+0
|
* Moves observer test with dbus testsNicolas Dufresne2011-03-011-0/+49
Also removed unused dependency to TplChannelTest.