aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/usb-manager-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵Charles Kerr2016-03-231-1/+1
| | | | prompts
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-221-3/+31
|
* add multiple usb requests + disconnects to confirm the notification appears ↵Charles Kerr2016-03-221-25/+32
| | | | on subsequent requests
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-3/+41
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-171-26/+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-15/+2
| | | | in one place
* add UsbManagerCharles Kerr2016-03-101-0/+186