summaryrefslogtreecommitdiff
path: root/tests/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop calling g_type_init()Simon McVittie2014-01-071-3/+0
* Tests: use g_test_dbus_unset()Xavier Claessens2013-11-151-4/+4
* simple-account: claim that we support AvatarGuillaume Desmottes2013-10-231-0/+1
* simple-account: add test API to change the avatarGuillaume Desmottes2013-10-232-7/+25
* Suppress remaining GValueArray deprecation warningsSimon McVittie2013-09-261-0/+2
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-263-3/+6
* Make more use of tp_value_array_unpack, tp_value_array_buildSimon McVittie2013-09-261-10/+4
* simple-account: set 'parameters' as writableGuillaume Desmottes2013-09-261-2/+27
* Port unit tests to g_test_dbus_up/downXavier Claessens2013-09-262-1/+63
* Tests: disable single includeXavier Claessens2013-09-2551-140/+58
* tp_dbus_properties_mixin_dup_all: make publicSimon McVittie2013-09-131-11/+2
* Regression tests: also avoid tmpnam() hereSimon McVittie2013-09-064-4/+34
* Merge branch 'telepathy-glib-0.20'Guillaume Desmottes2013-03-121-0/+1
|\
| * start_file_transfer(): unset timer_idGuillaume Desmottes2013-03-121-0/+1
* | Merge branch 'telepathy-glib-0.20'Guillaume Desmottes2013-03-121-2/+10
|\ \ | |/
| * file-transfer-chan: don't call start_file_transfer() after disposalGuillaume Desmottes2013-03-121-2/+10
* | TpAccount: implement change notification on uri-schemes propertyGuillaume Desmottes2013-01-091-0/+15
* | simple-account: add tp_tests_simple_account_add_uri_scheme()Guillaume Desmottes2013-01-092-4/+34
|/
* tests/lib: define _TP_COMPILATION for the internal variantSimon McVittie2012-10-081-0/+1
* self-handle test: test with a modern CM, not just an archaic oneSimon McVittie2012-10-082-0/+47
* TpChannel: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-1/+10
* tls-certificate test: GBytes aren't 0 terminatedSjoerd Simons2012-08-312-0/+26
* example & test connections: update to use new get_interfaces… vfuncJonny Lamb2012-07-054-40/+97
* base-connection-manager: add get_interfaces vfunc to class structJonny Lamb2012-07-041-0/+14
* tests/lib: Stop using tp_connection_new()Xavier Claessens2012-07-031-2/+5
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-0411-44/+50
* Fix include path to work in folks copyXavier Claessens2012-05-221-1/+1
* Merge branch 'account-request-47100'Jonny Lamb2012-05-103-4/+33
|\
| * simple-account: be sure to free the connection pathJonny Lamb2012-05-081-0/+1
| * future-account test: add a test for CreateChannel failingJonny Lamb2012-05-041-0/+8
| * simple-account-manager: save CreateAccount parametersJonny Lamb2012-05-042-3/+23
* | Deprecate tp_connection_request_handles()Xavier Claessens2012-05-102-48/+0
* | Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-102-5/+0
* | account-channel-request test: do not use soon to be deprecated APIXavier Claessens2012-05-091-16/+11
* | Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-05-091-3/+3
* | test tp_tls_certificate_rejected_cb's code path if there is no rejectionsGuillaume Desmottes2012-05-092-0/+8
* | add tls-certificateGuillaume Desmottes2012-05-093-0/+412
* | Define _TP_COMPILATION when compiling library and tests (but not examples)Simon McVittie2012-05-071-0/+4
|/
* Get rid of the last few references to TpIntSet (it's now TpIntset)Simon McVittie2012-05-021-3/+3
* Stop using TP_ERRORSSimon McVittie2012-05-0212-26/+26
* TpAccountChannelRequest: test that properties get through to the requestSimon McVittie2012-04-302-0/+32
* tp_tests_connection_run_until_contact_by_id: addSimon McVittie2012-04-302-0/+44
* Deprecate TpTextMixinXavier Claessens2012-04-303-0/+18
* Do not use TpTextMixin for channel types that does not need itXavier Claessens2012-04-306-18/+0
* simple-conn: rename priv->channels to priv->text_channelsGuillaume Desmottes2012-04-301-6/+7
* simple-con: don't store the room list chan in priv->channelsGuillaume Desmottes2012-04-301-12/+12
* test ListRooms() failingGuillaume Desmottes2012-04-301-0/+9
* simple-channel-request: allow to create room list channelsGuillaume Desmottes2012-04-301-4/+20
* simple-conn: add tp_tests_simple_connection_ensure_room_list_chan()Guillaume Desmottes2012-04-302-0/+54
* room-list-chan: implement closeGuillaume Desmottes2012-04-301-0/+7