summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use g_hash_table_contains, it requires a very recent GLibRobert Ancell2012-02-141-1/+1
* allow asking for list of configured layouts for a given userMichael Terry2012-02-093-15/+36
* Fix up test X server atom handling so keyboard tests workRobert Ancell2012-02-094-31/+99
* Fix compile warning in test-gobject-greeterRobert Ancell2012-02-091-1/+1
* Merge with trunkRobert Ancell2012-02-0913-18/+435
|\
| * merge keyboard layout/variants fix-ups branchMichael Terry2012-02-0813-18/+435
| |\
| | * augment keyboard-layout test to test our ability to grab layout from the Acco...Michael Terry2012-02-073-19/+41
| | * add test that makes sure we list keyboard variants as well as layoutsMichael Terry2012-02-074-1/+79
| | * add default-keyboard-layout test and code to support itMichael Terry2012-02-076-12/+68
| | * add support to our fake X server for InternAtom, GetProperty, QueryExtension,...Michael Terry2012-02-061-2/+236
| | * support XOpenDisplay calls by responding to incoming opcodes (even if by just...Michael Terry2012-02-033-1/+35
| | * let tests work even after lightdm drops privilegesMichael Terry2012-02-021-1/+5
| | * link our libsystem with glibcMichael Terry2012-02-021-1/+1
* | | Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-097-1/+88
* | | Don't use g_key_file_unref, it requires glib 2.32Robert Ancell2012-02-071-2/+4
|/ /
* | Add full set of Python testsRobert Ancell2012-02-0615-0/+42
* | Add regression test for Python greetersRobert Ancell2012-02-066-2/+174
* | Convert the greeter tests to being controlled by the test runnerRobert Ancell2012-02-0330-314/+184
|/
* Allow child processes to be controlled by the test runner for greater controlRobert Ancell2012-02-0225-869/+490
* Use a stream socket for test status so it can be bi-directionalRobert Ancell2012-02-029-76/+134
* Handle race condition in Plymouth testRobert Ancell2012-02-021-8/+7
* Use GIO for socket codeRobert Ancell2012-02-012-39/+42
* Add test to can switch to multiple usersRobert Ancell2012-02-013-0/+71
* Distinguish between different greeters in testsRobert Ancell2012-02-0143-393/+396
* Distinguish between different sessions in testsRobert Ancell2012-02-0131-141/+141
* Add test to check logging out from a switched to user returns to the greeterRobert Ancell2012-02-019-7/+84
* Fix libsystem not being correctly builtRobert Ancell2012-02-011-0/+4
* Test if language can be retrieved when accounts service not runningRobert Ancell2012-01-243-0/+44
* Stop accidentally distributing libsystemRobert Ancell2012-01-231-1/+1
* Add regression tests for getting the user language and layoutRobert Ancell2012-01-2311-69/+340
* Fix dist issuesRobert Ancell2012-01-172-3/+3
* Make tests exit cleanlyRobert Ancell2012-01-171-12/+14
* Move more test environment into the temporary directoryRobert Ancell2012-01-172-23/+27
* Add missing D-Bus configurationRobert Ancell2012-01-174-3/+21
* Add regression test for users that have their home directory created after au...Robert Ancell2012-01-175-12/+59
* Add regression test that checks it works when accounts service is not avaiableRobert Ancell2012-01-172-0/+35
* Add regression test that checks it works when console kit is not avaiableRobert Ancell2012-01-174-5/+45
* Fix up regression testsRobert Ancell2012-01-171-26/+65
* Control more of D-Bus in the regression testsRobert Ancell2012-01-1365-206/+404
* Add test services for CK and AccountsServiceRobert Ancell2012-01-121-0/+158
* Remove test X server messages not used, this is now in XigRobert Ancell2012-01-111-1274/+1
* Fix tests when building out of treeAurelien Gateau2011-12-061-5/+12
* Files generated by moc should not be shippedAurelien Gateau2011-11-301-1/+2
* Merge in liblightdm-qt-2 changesRobert Ancell2011-11-303-7/+7
|\
| * Fix PromptType and MessageType enum namespacing and case.David Edmundson2011-11-112-6/+6
* | Quit the daemon and bus after each child has quitRobert Ancell2011-11-291-37/+62
* | Ensure all processes are stopped before stopping testRobert Ancell2011-11-291-80/+111
* | Fix lockups in tests when LightDM behaves badlyRobert Ancell2011-11-291-5/+31
* | Break X lock if process is goneRobert Ancell2011-11-291-0/+30
* | Fix Qt tests not compiling now Qt greeter is goneRobert Ancell2011-11-291-2/+2