aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* tests/integration/usb-manager-test.cpp: Fix cppcheck test in Ubuntu 20.04. Ma...Mike Gabriel2021-08-301-0/+9
* Use -no-pie build flag for tests onlyRobert Tari2021-08-101-0/+1
* Make coverage reporting work.Rodney Dawes2017-02-071-0/+6
* sync UsbManagerFixture::USBDisconnectedDuringPrompt to r40, to expect a 'no' ...Charles Kerr2016-05-031-2/+8
* increase timeout interval on usb manager integration testCharles Kerr2016-04-271-1/+1
* don't prompt when the greeter's not running yet: change greeter's payload fro...Charles Kerr2016-04-221-2/+2
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ...Charles Kerr2016-03-231-1/+1
* 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 o...Charles Kerr2016-03-221-25/+32
* if our USB device is disconnected while prompting the user for ADBD, cancel t...Charles Kerr2016-03-211-3/+41
* introduce a QtFixture gtest base class to reduce redundancy in test fixtures'...Charles Kerr2016-03-171-26/+5
* de-dupe use of dbus namesCharles Kerr2016-03-171-6/+7
* add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() i...Charles Kerr2016-03-171-15/+2
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-151-1/+1
* clean up compile_options and warnings. Add DBUS debug log messages to ctest e...Charles Kerr2016-03-111-1/+1
* add UsbManagerCharles Kerr2016-03-102-0/+210