aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/adbd-client-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-98/+0
| | | | | | | | Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver
* Fix failing cppcheckRobert Tari2022-10-021-1/+3
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/58
* tests/unit/adbd-client-test.cpp: white-space fixMike Gabriel2021-08-041-1/+1
|
* cppcheck: Add several missing override statements to make cppcheck happy ↵Mike Gabriel2021-08-041-1/+1
| | | | (which is one of our unit tests).
* remove the temporary tracers from r34 and r35Charles Kerr2016-10-191-8/+0
|
* more g_debug() tracersCharles Kerr2016-09-221-5/+8
|
* in AdbdClientTest, raise the test timeout interval from 2s to 5sCharles Kerr2016-09-221-1/+1
|
* in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ↵Charles Kerr2016-09-221-1/+2
| | | | test
* more g_debug() tracersCharles Kerr2016-09-221-0/+5
|
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-171-1/+1
| | | | fixtures' helper/util code
* in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵Charles Kerr2016-03-151-4/+2
| | | | for g++ 4.9x
* add UsbManagerCharles Kerr2016-03-101-11/+11
|
* cmake and test directory cleanupCharles Kerr2016-03-101-0/+97