aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/usb-snap-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-137/+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
* Remove orphan notify-osd remnantsRobert Tari2023-09-101-5/+2
|
* Fix failing cppcheckRobert Tari2022-10-021-1/+3
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/58
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-3/+3
|
* Raname x-canonical properties to x-ayatanaRobert Tari2021-10-271-3/+3
|
* sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreenCharles Kerr2016-09-221-9/+3
|\
| * sync tests to r33 changesCharles Kerr2016-04-271-8/+3
| |
* | in UsbSnapTest, explicitly disconnect the core::Signals at the end of the testCharles Kerr2016-09-221-1/+2
|/
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵Charles Kerr2016-03-231-1/+1
| | | | prompts
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-1/+0
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-171-29/+5
| | | | fixtures' helper/util code
* de-dupe use of dbus namesCharles Kerr2016-03-171-6/+7
|
* add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵Charles Kerr2016-03-171-14/+1
| | | | in one place
* oops, last commit's diagnosis was incorrect. The timing test issue came from ↵Charles Kerr2016-03-151-1/+1
| | | | async dbus handling interfering with fast setup/teardown of automated tests. Revert the last change and fix by setting up the dbus signal subscription immediately upon getting the dbus connection.
* fix test timing issue, had max timeout at 1 sec for listening for fdo ↵Charles Kerr2016-03-151-1/+1
| | | | notification user response, but the tests on the phone are sometimes too slow for that timeout
* add UsbManagerCharles Kerr2016-03-101-37/+1
|
* cmake and test directory cleanupCharles Kerr2016-03-101-0/+216