summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)AuthorFilesLines
2020-01-18CMake: Get rid of global include_directories()Alexander Akulich1-0/+1
2020-01-18Use nullptr keyword wherever it makes senseAlexander Akulich2-8/+8
2020-01-18Use override specifiers wherever it makes senseAlexander Akulich3-3/+3
2019-11-08CMake: Drop custom FindQt5 module, rebase on Qt5 targetsAlexander Akulich2-4/+9
2019-11-08CMake: Fix TPGLIB_LIBRARIES in glib testsAlexander Akulich1-6/+10
2019-10-27Modernize TestConnHelper::ensureChannel()Alexander Akulich1-8/+13
2019-10-27TestConnHelper: Rework contacts getterAlexander Akulich2-14/+41
2019-10-15Tests: Fix account-manager.py python3 portAlexander Akulich1-1/+1
2019-09-21port test scripts to new gi based pygobjectIslam Amer1-1/+1
2019-08-31Tools: Update tools from telepathy-glibAlexander Akulich1-2/+2
2019-08-31Tools: Update c-constants-gen from telepathy-glibAlexander Akulich1-1/+1
2019-08-31Tools: Remove glib-signals-marshal-genAlexander Akulich2-28/+0
2019-08-31Port to Python3Alexey Andreyev1-27/+27
2016-09-07cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...George Kiagiadakis13-17/+19
2016-06-11CMakeLists: Added missing QtTest library linkage in tests.Alexandr Akulich2-1/+2
2014-02-02Update test library to match spec changesDavid Edmundson1-1/+0
2013-06-18tests: sync simple-channel-dispatch-operation.c from telepahty-glibDavid Edmundson1-1/+10
2013-06-17Remove references to deprecated tp_channel_borrow_immutable_propertiesDavid Edmundson1-1/+1
2012-08-27glib: Disable tp_tests_connection_run_until_contact_by_id to avoid requiring ...Dario Freddi1-0/+4
2012-07-13tests: Sync util.* from tp-glib to avoid deprecation warningsDario Freddi2-18/+305
2012-07-12tp-glib-tests: link to the dbus-1 library, as it is used in the dbus tubes te...George Kiagiadakis1-0/+1
2012-07-05contacts-conn CM: Implement proper Conn.I.ClientTypes supportGeorge Kiagiadakis2-13/+80
2012-07-05contacts-conn CM: sync client-types interface support from tp-glibGeorge Kiagiadakis2-0/+25
2012-07-05dbus-tube-test CM: remove stuff that are deprecated in tp-glib 0.19George Kiagiadakis1-8/+5
2012-07-03dbus-tubes: Fix leaks in dbus tubes serviceDario Freddi1-3/+20
2012-07-03dbus-tubes: Fix the test service by returning the correct DBUS_NAMES propertyDario Freddi1-2/+7
2012-07-03dbus-tubes: Clean up the test case and the test serviceDario Freddi1-41/+0
2012-07-03dbus-tubes: Make offerSuccess passDario Freddi2-5/+61
2012-07-03dbus-tubes: Implement accept service-side, and have testAcceptSuccess workingDario Freddi2-11/+268
2012-07-03dbus-tubes: Add basic logic for accepting and offering a tube, implementing t...Dario Freddi2-5/+117
2012-07-03dbus-tubes: Make immutable properties writable in the test serviceDario Freddi1-19/+56
2012-07-03dbus-tubes: Add autotests library from tp-glibDario Freddi3-1/+448
2012-05-23tests/lib/glib: Remove the csh CM - it's unused and uses deprecated API.George Kiagiadakis11-1760/+0
2012-05-23tests/lib/glib/util.c: Remove tp_tests_connection_run_request_contact_handleGeorge Kiagiadakis1-44/+0
2012-05-23textchan-null/textchan-group test CMs: Ignore deprecations for the momentGeorge Kiagiadakis2-0/+10
2012-05-23text-chan test: Ignore deprecations to use TpTextMixin for compatibility func...George Kiagiadakis1-0/+3
2012-05-23stream-tube-chan test CM: Don't use TpTextMixin - it's not needed and it's de...George Kiagiadakis2-6/+0
2012-05-23echo2 test CM: Replace tp_message_new/tp_message_set_handle with tp_cm_messag...George Kiagiadakis1-6/+5
2012-05-23tests: Remove all occurencies of tp_handle_ref/unref.George Kiagiadakis12-139/+1
2012-05-23tests/lib/glib: Replace TP_ERRORS with TP_ERROR, as TP_ERRORS is now deprecated.George Kiagiadakis27-70/+70
2012-04-10TestThreadHelper: Start the thread after entering the event loop, as the code...George Kiagiadakis1-1/+2
2012-04-10tests-lib: Add a new TestThreadHelper classGeorge Kiagiadakis3-2/+133
2012-03-21tests: import the example call CM from tp-glibGeorge Kiagiadakis17-0/+3220
2012-03-13captcha-authentication: Add more tests to bring coverage up to 90%Dario Freddi1-1/+26
2012-03-13captcha-authentication: Don't destroy the connection when cancellingDario Freddi1-9/+0
2012-03-13captcha-authentication: Make can-retry-captcha configurable in the service testDario Freddi1-5/+18
2012-03-13captcha-authentication: Multiple fixes to the glib service for CaptchaDario Freddi2-30/+24
2012-03-13captcha-authentication: First iteration of a captcha channelDario Freddi3-0/+614
2012-01-27Fix tests linkage with future/ convenience libraries.Andre Moreira Magalhaes (andrunko)3-3/+3
2011-12-15future/conn-addressing: Use TpTests instead of Example as the namespace.Andre Moreira Magalhaes (andrunko)2-34/+34