Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | de-dupe use of dbus names | Charles Kerr | 2016-03-17 | 3 | -17/+14 | |
| | ||||||
* | add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵ | Charles Kerr | 2016-03-17 | 3 | -29/+24 | |
| | | | | in one place | |||||
* | use cmake's find_package(Threads) output everywhere instead of just in src/ | Charles Kerr | 2016-03-15 | 2 | -3/+3 | |
| | ||||||
* | oops, last commit's diagnosis was incorrect. The timing test issue came from ↵ | Charles Kerr | 2016-03-15 | 1 | -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 Kerr | 2016-03-15 | 1 | -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 Kerr | 2016-03-15 | 1 | -4/+2 | |
| | | | | for g++ 4.9x | |||||
* | add new CMakeLists.txt files in tests/utils/ and tests/unit/ | Charles Kerr | 2016-03-15 | 2 | -0/+51 | |
| | ||||||
* | clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵ | Charles Kerr | 2016-03-11 | 2 | -4/+7 | |
| | | | | environment variables. | |||||
* | add UsbManager | Charles Kerr | 2016-03-10 | 6 | -48/+268 | |
| | ||||||
* | cmake and test directory cleanup | Charles Kerr | 2016-03-10 | 9 | -43/+77 | |
| | ||||||
* | add fingerprint snap decisions; test with notification dbusmock | Charles Kerr | 2016-03-08 | 3 | -16/+303 | |
| | ||||||
* | add test to confirm on_pk() signal is fired in the main thread rather than ↵ | Charles Kerr | 2016-03-07 | 1 | -6/+9 | |
| | | | | the worker thread | |||||
* | add ADB server/client + tests | Charles Kerr | 2016-03-06 | 4 | -10/+338 | |
| | ||||||
* | cosmetic: use -test as the suffix for test files | Charles Kerr | 2016-03-04 | 2 | -1/+1 | |
| | ||||||
* | update glib/dbus test fixtures from indicator-datetime/15.10 branch | Charles Kerr | 2016-03-04 | 4 | -83/+44 | |
| | ||||||
* | Small typo in integration test plan | Ted Gould | 2014-10-10 | 1 | -1/+1 | |
| | ||||||
* | don't use 'auto tmp = ...' when tmp is going to be passed to g_free() | Charles Kerr | 2014-10-06 | 1 | -1/+1 | |
| | ||||||
* | report unexpected g_log() calls via g_print() instead of g_log() :D | Charles Kerr | 2014-10-06 | 1 | -1/+1 | |
| | ||||||
* | fix oops | Charles Kerr | 2014-10-06 | 1 | -1/+1 | |
| | ||||||
* | fix warnings reported by flint++ -- explicit ctors, classes with virtual ↵ | Charles Kerr | 2014-10-06 | 2 | -2/+17 | |
| | | | | methods but no virtual dtor, #ifdef include guards | |||||
* | replace 'orientation-lock' enum with 'rotation-lock' bool | Charles Kerr | 2014-10-06 | 1 | -5/+3 | |
| | ||||||
* | Put in disclaimer about current builds | Ted Gould | 2014-09-05 | 1 | -0/+2 | |
| | ||||||
* | fix copy-paste error | Charles Kerr | 2014-08-21 | 1 | -1/+1 | |
| | ||||||
* | add rotation lock indicator | Charles Kerr | 2014-08-20 | 5 | -24/+131 | |
| | ||||||
* | get skeletal service and tests building | Charles Kerr | 2014-08-19 | 2 | -4/+3 | |
| | ||||||
* | initial pass at tests/ directory, skeleton only | Charles Kerr | 2014-08-19 | 4 | -0/+251 | |