summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Use the Automake "parallel-tests" driver, albeit in non-parallel modeSimon McVittie2013-11-072-13/+20
* Use AC_PROG_MKDIR_P, MKDIR_P instead of deprecated AM_PROG_MKDIR_P, mkdir_pSimon McVittie2013-11-071-1/+1
* Distribute debug.h, fixing distcheckSimon McVittie2013-11-071-0/+1
* test-tpl-log-store: test end reasonsGuillaume Desmottes2013-09-301-0/+15
* move tp_tests_copy_dir() to logger-test-helperGuillaume Desmottes2013-09-275-22/+25
* stop using tp_account_is_prepared()Guillaume Desmottes2013-09-272-4/+2
* include telepathy-glib-dbus.hGuillaume Desmottes2013-09-273-0/+3
* Prepare TpAccount if neededGuillaume Desmottes2013-09-271-0/+45
* use account's normalized name instead of its account idGuillaume Desmottes2013-09-271-2/+4
* tests/dbus/test-tpl-log-iters-xml: use tpl_test_create_and_prepare_account()Guillaume Desmottes2013-09-271-7/+22
* tests/dbus/test-tpl-log-store-xml: use tpl_test_create_and_prepare_account()Guillaume Desmottes2013-09-271-18/+38
* add logger-test-helper.cGuillaume Desmottes2013-09-273-1/+105
* tests/lib: sync with tp-glib masterGuillaume Desmottes2013-09-2618-176/+1651
* fix tp-glib single headersGuillaume Desmottes2013-09-253-3/+3
* test-entity: stop using tp_connection_get_contacts_by_handle()Guillaume Desmottes2013-09-251-31/+29
* tests/lib: sync with tp-glib masterGuillaume Desmottes2013-09-258-98/+777
* stop using tp_account_new()Guillaume Desmottes2013-09-254-23/+47
* test-log-manager: make sure to pass a (gint64) as timestampGuillaume Desmottes2013-09-231-2/+2
* Make log-manager tests writableDan Vrátil2013-04-084-23/+58
* Add ignore list capabilityDan Vrátil2013-04-041-0/+149
* tests: Add a test for log-walker/rewindDebarshi Ray2013-01-091-0/+35
* tests: Add a test for log-walker/get-eventsDebarshi Ray2013-01-091-0/+41
* log-walker: Run the filter synchronously in the walkerDebarshi Ray2013-01-092-6/+6
* Include config.h as the first thing in every .c fileDebarshi Ray2013-01-0910-0/+23
* Make TplLogStore:name immutable.Will Thompson2012-09-254-9/+3
* TplLogStore: make :readable property immutableWill Thompson2012-09-251-1/+0
* TplLogStore: remove writable property.Will Thompson2012-09-251-1/+0
* Add missing valgrind suppressionNicolas Dufresne2012-08-281-0/+7
* tests: Add a test for log-walker/rewindDebarshi Ray2012-08-281-0/+90
* tests: Add a test for log-walker/get-eventsDebarshi Ray2012-08-282-0/+294
* tests: Add new TpLogger and purple logs to flex the TplLogWalkerDebarshi Ray2012-08-287-2/+70
* tests: Add a test for log-iter-pidgin/rewindDebarshi Ray2012-08-281-0/+270
* tests: Add a test for log-iter-pidgin/get-eventsDebarshi Ray2012-08-282-0/+577
* tests: Add a test for log-iter-xml/rewindDebarshi Ray2012-08-281-0/+195
* tests: Add a test for log-iter-xml/get-eventsDebarshi Ray2012-08-282-0/+234
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-041-16/+1
* add missing config.h includesGuillaume Desmottes2012-06-055-0/+10
* simple-conn: use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-06-051-2/+2
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-6/+4
* 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
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-2/+2
* test_add_superseding_event: add some edit timestampsDavid Laban2011-05-261-3/+14
* Revert "Update tests to use original-timestamp"David Laban2011-05-261-9/+5
* Merge branch 'fix-insert-after'Nicolas Dufresne2011-05-264-18/+57
|\
| * Test case where first call is older then any textNicolas Dufresne2011-05-264-3/+39
| * Add comment to explain a bit the testsNicolas Dufresne2011-05-261-0/+4
| * Fixed initial call event_queue_insert_sorted_after()Nicolas Dufresne2011-05-261-15/+16
| * Fixed initialised but unused warningNicolas Dufresne2011-05-261-3/+1