aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* remove the temporary tracers from r34 and r35Charles Kerr2016-10-191-8/+0
|
* sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreenCharles Kerr2016-09-228-27/+248
|\
| * sync UsbManagerFixture::USBDisconnectedDuringPrompt to r40, to expect a 'no' ↵Charles Kerr2016-05-031-2/+8
| | | | | | | | each time there's a usb disconnect
| * increase timeout interval on usb manager integration testCharles Kerr2016-04-271-1/+1
| |
| * sync tests to r33 changesCharles Kerr2016-04-271-8/+3
| |
| * 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-224-16/+39
| | | | | | | | 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-203-0/+197
| |
* | more g_debug() tracersCharles Kerr2016-09-221-5/+8
| |
* | in UsbSnapTest, explicitly disconnect the core::Signals at the end of the testCharles Kerr2016-09-221-1/+2
| |
* | in AdbdClientTest, raise the test timeout interval from 2s to 5sCharles Kerr2016-09-221-1/+1
| |
* | in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ↵Charles Kerr2016-09-221-1/+2
| | | | | | | | test
* | more g_debug() tracersCharles Kerr2016-09-221-0/+5
|/
* add tracer g_debug() calls for the benefit of the integration testsCharles Kerr2016-03-241-1/+1
|
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵Charles Kerr2016-03-232-2/+2
| | | | prompts
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-222-7/+35
|
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-221-0/+32
|
* add multiple usb requests + disconnects to confirm the notification appears ↵Charles Kerr2016-03-221-25/+32
| | | | on subsequent requests
* 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-215-26/+90
| | | | the prompt.
* introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-174-56/+69
| | | | fixtures' helper/util code
* de-dupe use of dbus namesCharles Kerr2016-03-173-17/+14
|
* add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵Charles Kerr2016-03-173-29/+24
| | | | in one place
* use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-152-3/+3
|
* 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-152-0/+51
|
* clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵Charles Kerr2016-03-112-4/+7
| | | | environment variables.
* add UsbManagerCharles Kerr2016-03-106-48/+268
|
* cmake and test directory cleanupCharles Kerr2016-03-109-43/+77
|
* add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-083-16/+303
|
* add test to confirm on_pk() signal is fired in the main thread rather than ↵Charles Kerr2016-03-071-6/+9
| | | | the worker thread
* add ADB server/client + testsCharles Kerr2016-03-064-10/+338
|
* cosmetic: use -test as the suffix for test filesCharles Kerr2016-03-042-1/+1
|
* update glib/dbus test fixtures from indicator-datetime/15.10 branchCharles Kerr2016-03-044-83/+44
|
* Small typo in integration test planTed Gould2014-10-101-1/+1
|
* don't use 'auto tmp = ...' when tmp is going to be passed to g_free()Charles Kerr2014-10-061-1/+1
|
* report unexpected g_log() calls via g_print() instead of g_log() :DCharles Kerr2014-10-061-1/+1
|
* fix oopsCharles Kerr2014-10-061-1/+1
|
* fix warnings reported by flint++ -- explicit ctors, classes with virtual ↵Charles Kerr2014-10-062-2/+17
| | | | methods but no virtual dtor, #ifdef include guards
* replace 'orientation-lock' enum with 'rotation-lock' boolCharles Kerr2014-10-061-5/+3
|
* Put in disclaimer about current buildsTed Gould2014-09-051-0/+2
|
* fix copy-paste errorCharles Kerr2014-08-211-1/+1
|