summaryrefslogtreecommitdiff
path: root/tests/src/test-runner.c
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIlightdm-1-24Robert Ancell2018-01-231-4/+4
* Use power management functions from ConsoleKit2 if available.Robert Ancell2017-01-121-0/+32
* Allow D-Bus interface to be disabledRobert Ancell2016-12-071-44/+101
* Add a test for logind TerminateSession callsRobert Ancell2016-11-281-0/+25
* Fix warning when tests completeRobert Ancell2016-07-141-1/+6
* Fix warning about status timeoutRobert Ancell2016-07-141-1/+4
* Add tests for new ConsoleKit XDG_RUNTIME_DIR supportRobert Ancell2016-01-261-2/+20
* Add a test for adding local X serversRobert Ancell2016-01-251-0/+19
* Refactor XDMCP error handling and add many more XDMCP testsRobert Ancell2015-11-191-0/+2
* Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-141-0/+1
* Improve Xvnc testsRobert Ancell2015-05-141-0/+1
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-7/+8
* Allow a duration to be set for test waitsRobert Ancell2015-03-091-1/+16
* Fixes a bug that prevents session locking if the session was unlocked after c...Jesús González2015-02-121-0/+48
|\
| * Added a test that checks that a seat is locked properly when it has been unlo...Jesús González2014-11-271-0/+52
|/
* Revert removal of ConsoleKit support.Robert Ancell2014-11-141-0/+267
* Merge with trunkRobert Ancell2014-11-131-31/+17
|\
| * Correctly mock /run in tests so Mir tests don't collide with system filesRobert Ancell2014-11-101-0/+1
| * Revert changes to AccountsService properties watching - it appears it's not u...Robert Ancell2014-10-031-31/+16
* | Merge with trunkRobert Ancell2014-10-021-16/+31
|\ \ | |/
| * Get individual user properties as they change instead of GetAllRobert Ancell2014-10-021-1/+1
| * Only listen for standard AccountsService propertiesRobert Ancell2014-10-021-16/+31
* | Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-011-267/+0
|/
* Remove trailing whitespaceRobert Ancell2014-09-191-6/+6
* Call LightDM asynchronously from test-runner as LightDM might make D-Bus call...Robert Ancell2014-09-101-67/+101
* Add a test for the case seat0 has CanGraphical=false on startupRobert Ancell2014-09-051-1/+6
* Revert globbing changes - there are problems with itRobert Ancell2014-09-031-28/+7
* Don't use org.freedesktop.login1.Manager.GetSessionByPID to get the logind se...Robert Ancell2014-09-031-62/+96
* Generate valid d-bus addresses for mock logind seatsRobert Ancell2014-09-021-7/+28
* Handle CanGraphical property changing on logind seatsRobert Ancell2014-08-281-6/+6
* Add a new UPDATE-SEAT command so we can test logind seat changing properties ...Robert Ancell2014-08-271-15/+58
* Export test login1 seat properties correctlyRobert Ancell2014-08-271-0/+3
* Make a login1 service object (not currently required, but will be used for au...Robert Ancell2014-08-221-1/+1
* Add simulated login1 interface for seats (not currently required, but will be...Robert Ancell2014-08-201-19/+202
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-07-311-41/+118
* Check logind session is correct in tests for lock/unlockRobert Ancell2014-06-051-2/+10
* Give the property values when emitting the PropertiesChanged signalRobert Ancell2014-04-171-1/+10
* Emit DBus PropertiesChanged when Sessions/Seats properties change. Also add S...Robert Ancell2014-04-171-0/+86
* Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values tooMichael Terry2014-03-171-2/+6
* Override logind's or consolekit's decision to automatically change active ses...Michael Terry2014-03-171-2/+8
* Flesh out support for activating sessions with CK or logind to be more explicitMichael Terry2014-03-171-1/+13
* Remove kill timeout sourceRobert Ancell2014-03-051-0/+3
* Fix up test runner timeout logicRobert Ancell2014-02-271-2/+2
* Merge with trunkRobert Ancell2014-02-261-39/+0
|\
| * Refactor shared data tests so they don't require root.Robert Ancell2014-02-251-39/+0
* | Make it able for tests to restart the daemonRobert Ancell2014-02-251-39/+40
|/
* Fix error where we were waiting for the D-Bus to be acquired, not the name. T...Robert Ancell2014-02-241-2/+2
* Add shared data manager and testMichael Terry2014-02-081-1/+83
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-041-0/+15
* Merge with trunkRobert Ancell2013-11-071-1/+4
|\