aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* sync tests to r33 changesCharles Kerr2016-04-271-8/+3
|
* don't prompt when the greeter's not running yet: change greeter's payload ↵Charles Kerr2016-04-221-12/+17
| | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable
* tell glib not to exit when the gdbusconnection is closedCharles Kerr2016-04-211-0/+13
|
* code cleanup to prepare for MRCharles Kerr2016-04-211-25/+15
|
* don't pass a GDBusConnection to the Greeter ctorCharles Kerr2016-04-211-5/+5
|
* add unit tests for greeterCharles Kerr2016-04-202-0/+156
|
* 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-172-30/+6
| | | | 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
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-151-2/+2
|
* 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
* in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵Charles Kerr2016-03-151-4/+2
| | | | for g++ 4.9x
* add new CMakeLists.txt files in tests/utils/ and tests/unit/Charles Kerr2016-03-151-0/+34
|
* add UsbManagerCharles Kerr2016-03-102-48/+12
|
* cmake and test directory cleanupCharles Kerr2016-03-103-0/+374