aboutsummaryrefslogtreecommitdiff
path: root/tests/utils
Commit message (Collapse)AuthorAgeFilesLines
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-282-6/+5
|
* silence 'no previous prototype' warning from clangCharles Kerr2016-04-271-1/+1
|
* silence clang warning in PrintTo gtest helperCharles Kerr2016-04-271-3/+3
|
* in tests/utils/adbd-server.h, fix a timing bug in the test scaffolding by ↵Charles Kerr2016-04-231-11/+9
| | | | creating the adb socket in AdbdServer's ctor instead of in its worker thread.
* don't prompt when the greeter's not running yet: change greeter's payload ↵Charles Kerr2016-04-222-2/+20
| | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable
* add unit tests for greeterCharles Kerr2016-04-201-0/+41
|
* add tracer g_debug() calls for the benefit of the integration testsCharles Kerr2016-03-241-1/+1
|
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-221-4/+4
|
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-221-0/+32
|
* in the mock ADB server, keep making a request until a response is received.Charles Kerr2016-03-221-2/+4
|
* make wait_for_signals() a macro again so that the GTest log messages will ↵Charles Kerr2016-03-221-10/+10
| | | | give the test file and line number
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-213-22/+49
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-171-0/+58
| | | | fixtures' helper/util code
* de-dupe use of dbus namesCharles Kerr2016-03-171-5/+0
|
* add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵Charles Kerr2016-03-171-0/+21
| | | | in one place
* add new CMakeLists.txt files in tests/utils/ and tests/unit/Charles Kerr2016-03-151-0/+17
|
* add UsbManagerCharles Kerr2016-03-101-0/+45
|
* cmake and test directory cleanupCharles Kerr2016-03-105-0/+564