summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2012-07-03tests/lib: Stop using tp_connection_new()Xavier Claessens1-2/+5
2012-06-29TpConnectionManager: deprecate "connection-manager" and add "cm-name"Xavier Claessens1-5/+5
2012-06-29TpAccount: deprecate "connection-manager" and "protocol" and add "cm-name" an...Xavier Claessens1-4/+4
2012-06-29TpConnection: deprecate connection-manager-name and add cm-nameXavier Claessens1-3/+3
2012-06-20debug-client: propagate error if GetMessages() failedGuillaume Desmottes1-0/+18
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie15-50/+61
2012-05-22Fix include path to work in folks copyXavier Claessens1-1/+1
2012-05-14Deprecate tp_connection_parse_object_path()Xavier Claessens1-0/+34
2012-05-14Fix ContactList not having avatarsXavier Claessens1-0/+6
2012-05-11Add regression test for avatar data problemXavier Claessens1-44/+96
2012-05-11tp_connection_dup_contact_by_id_async: don't crash without ContactsSimon McVittie1-0/+24
2012-05-11tp_connection_upgrade_contacts_async: fall back to old API if no ContactsSimon McVittie1-8/+26
2012-05-10Merge branch 'account-request-47100'Jonny Lamb6-4/+572
2012-05-10Deprecate tp_connection_request_handles()Xavier Claessens3-55/+6
2012-05-10Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2-5/+0
2012-05-10future-account: rename to TpAccountRequestJonny Lamb2-51/+50
2012-05-10test-account: connection set on account must existXavier Claessens1-32/+33
2012-05-09Add ChatState unit testsXavier Claessens1-0/+77
2012-05-09account-channel-request test: do not use soon to be deprecated APIXavier Claessens2-18/+13
2012-05-09Use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2-8/+8
2012-05-09Use GBytes to store the cert dataGuillaume Desmottes1-2/+2
2012-05-09add tp_tls_certificate_rejection_raise_error()Guillaume Desmottes1-0/+5
2012-05-09Use TpTLSCertificateRejectionGuillaume Desmottes1-6/+21
2012-05-09test tp_tls_certificate_rejected_cb's code path if there is no rejectionsGuillaume Desmottes3-7/+42
2012-05-09Use a GVariant to return rejection detailsGuillaume Desmottes1-6/+9
2012-05-09tp_tls_certificate_add_rejection(): takes a GVariant instead of a GHashTableGuillaume Desmottes1-3/+2
2012-05-09Test if cert is invalidated when its parent isGuillaume Desmottes1-3/+41
2012-05-09test tp_tls_certificate_reject_async()Guillaume Desmottes1-0/+61
2012-05-09test tp_tls_certificate_accept_async()Guillaume Desmottes1-0/+44
2012-05-09Test TP_TLS_CERTIFICATE_FEATURE_CORE and propsGuillaume Desmottes1-0/+48
2012-05-09add test-tls-certificateGuillaume Desmottes2-0/+118
2012-05-09add tls-certificateGuillaume Desmottes3-0/+412
2012-05-09future-account: give display name on creationJonny Lamb1-10/+6
2012-05-08simple-account: be sure to free the connection pathJonny Lamb1-0/+1
2012-05-08future-account test: don't bother getting Supersedes valueJonny Lamb1-3/+1
2012-05-07Define _TP_COMPILATION when compiling library and tests (but not examples)Simon McVittie3-0/+6
2012-05-04future-account: turn :parameters and :properties into an a{sv} GVariantJonny Lamb1-36/+63
2012-05-04protocol: add a _get_cm_name function and :cm-name propertyJonny Lamb1-0/+3
2012-05-04future-account: add set_avatarJonny Lamb1-1/+47
2012-05-04future-account test: add more tests for the :properties GObject propertyJonny Lamb1-0/+14
2012-05-04future-account: add add_supersedes function and :supersedes propertyJonny Lamb1-1/+28
2012-05-04future-account: new account properties should be fully-qualifiedJonny Lamb1-9/+18
2012-05-04future-account: add automatic presence and test itJonny Lamb1-1/+31
2012-05-04future-account: add _set_connect_automatically function and propertyJonny Lamb1-3/+10
2012-05-04future-account: add set_enabled function and :enabled propertyJonny Lamb1-1/+14
2012-05-04future-account: add unset_parameter and test itJonny Lamb1-3/+32
2012-05-04future-account test: add a test for CreateChannel failingJonny Lamb2-3/+40
2012-05-04future-account test: add test for _create_account_asyncJonny Lamb1-0/+79
2012-05-04future-account test: register account manager and account servicesJonny Lamb1-3/+31
2012-05-04simple-account-manager: save CreateAccount parametersJonny Lamb2-3/+23