summaryrefslogtreecommitdiff
path: root/tests/dbus
AgeCommit message (Expand)AuthorFilesLines
2020-01-18Use nullptr keyword wherever it makes senseAlexander Akulich39-375/+375
2020-01-18Use override specifiers wherever it makes senseAlexander Akulich7-17/+17
2020-01-18Port deprecated Qt usesJonah BrĂ¼chert7-18/+82
2019-11-07CMake: Cleanup tests conditionsAlexander Akulich1-26/+5
2019-10-27Tests/StreamedMediaChannel: Omit broken stuff until new CM implementedAlexander Akulich1-1/+6
2019-10-27Tests: Disable a broken test of some legacy stuffAlexander Akulich1-1/+1
2019-10-27Tests: Disable ClientFactories testAlexander Akulich1-1/+2
2019-10-27Tests/ConferenceChannel: Fix comparison of unordered channelsAlexander Akulich1-2/+2
2019-10-27TestStreamTubeHandlers: Avoid a crash on test failedAlexander Akulich1-2/+4
2019-10-27TestStreamTubeHandlers: Remove a check that has no chance to workAlexander Akulich1-1/+6
2019-10-27simple-observer: Fix members initializationAlexander Akulich1-2/+2
2016-09-09CMakeLists: BaseChannelFileTransferType tests disabled for Qt4Alexandr Akulich1-1/+3
2016-09-07cmake: get rid of the old & ugly syntax of having arguments in else(), endif(...George Kiagiadakis1-10/+10
2016-04-26Use C++ bool type rather than mixing with gbooleanDavid Edmundson1-2/+2
2016-02-28Tests: Fix type in QCOMPARENiels Ole Salscheider1-1/+1
2016-02-20Added a test for FileTransfer client and service side interfaces.Alexandr Akulich2-0/+917
2014-09-03set handler info in more dbus testsDavid Edmundson1-3/+17
2014-09-02Pass valid handlerInfo in testsDavid Edmundson1-1/+15
2014-06-14Enable services by defaultDavid Edmundson1-2/+2
2014-06-14Remove unused functionDavid Edmundson1-5/+0
2014-02-02Fix ChannelDispatcher.Messages testDavid Edmundson1-2/+2
2014-01-28Fix TestDBusProxyFactory::testDropRefsMartin Kampas1-0/+4
2014-01-28Fix TestAccountSet::testFiltersMartin Kampas1-1/+1
2014-01-28Fix tests build for Qt5 releaseJohn Brooks12-20/+20
2012-07-13tests: Remove occurrences of tp_handle_unrefDario Freddi1-5/+0
2012-07-05tests: add test for retrieving client types using contact attributesGeorge Kiagiadakis1-0/+22
2012-07-05tests: add test for Contact Conn.I.ClientTypes supportGeorge Kiagiadakis2-0/+171
2012-07-03dbus-tubes: Use more sensible naming for autotest's variablesDario Freddi1-28/+28
2012-07-03dbus-tubes: Invert the mapping Contact->Bus NameDario Freddi1-41/+56
2012-07-03dbus-tubes: Rework credentials handling, inverting the logic and adopting cre...Dario Freddi1-30/+22
2012-07-03dbus-tubes: Fix leaks in dbus testDario Freddi1-1/+7
2012-07-03dbus-tubes: Expand testAcceptTwice into a full fledged corner cases testDario Freddi1-30/+51
2012-07-03dbus-tubes: Test corner cases in offeringDario Freddi1-0/+71
2012-07-03dbus-tubes: Test the late activation of BusNamesMonitoringDario Freddi1-0/+65
2012-07-03dbus-tubes: Check the address in the pending connection as wellDario Freddi1-0/+4
2012-07-03dbus-tubes: This test does not require GIO in the end. Although, it does requ...Dario Freddi1-1/+6
2012-07-03dbus-tubes: Compare the expected handle/service combination when bus names ch...Dario Freddi1-2/+7
2012-07-03dbus-tubes: Clean up the test case and the test serviceDario Freddi1-52/+10
2012-07-03dbus-tubes: Make all tests passDario Freddi1-21/+8
2012-07-03dbus-tubes: Make offerSuccess passDario Freddi1-48/+38
2012-07-03dbus-tubes: As the logic was already implemented, just enable the correspondi...Dario Freddi1-1/+1
2012-07-03dbus-tubes: Implement accept service-side, and have testAcceptSuccess workingDario Freddi1-20/+2
2012-07-03dbus-tubes: Add an initial version of the DBus Tubes autotest. It's mostly a ...Dario Freddi2-0/+696
2012-05-23text-chan test: Ignore deprecations to use TpTextMixin for compatibility func...George Kiagiadakis1-0/+3
2012-05-23tests: Remove all occurencies of tp_handle_ref/unref.George Kiagiadakis9-30/+0
2012-04-13tests: Fix a race condition with createAccount() in test-account-basics and t...George Kiagiadakis2-2/+17
2012-04-13AccountManager: Rename accountForPath and accountsForPaths to accountForObjec...George Kiagiadakis1-1/+1
2012-04-13qt-svc-gen.py: Properly generate adaptee methods/signals/properties names in ...Andre Moreira Magalhaes (andrunko)1-15/+15
2012-04-13test-base-protocol: Properly test the presence interfaceGeorge Kiagiadakis1-6/+28
2012-04-12tests: Add a unit test for BaseProtocol and its interfacesGeorge Kiagiadakis2-0/+667