]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commit
Add regression tests for power functionality
authorRobert Ancell <robert.ancell@canonical.com>
Mon, 15 Apr 2013 02:21:48 +0000 (14:21 +1200)
committerRobert Ancell <robert.ancell@canonical.com>
Mon, 15 Apr 2013 02:21:48 +0000 (14:21 +1200)
commitac98d4bcc627588fce66345126d2d1986c7f6e31
treeaa3fba3732026df8629dbb0a462c0351009aa209
parentfb00c079879e265e94934c97e331a818a80f31d7
Add regression tests for power functionality

Required modifying PowerInterface::canRestart() and PowerInteface::canShutdown()
27 files changed:
liblightdm-qt/QLightDM/power.h
liblightdm-qt/power.cpp
tests/Makefile.am
tests/scripts/power-no-console-kit-or-login1.conf [new file with mode: 0644]
tests/scripts/power-no-console-kit.conf [new file with mode: 0644]
tests/scripts/power-no-login1.conf [new file with mode: 0644]
tests/scripts/power.conf [new file with mode: 0644]
tests/src/test-gobject-greeter.c
tests/src/test-python-greeter
tests/src/test-qt-greeter.cpp
tests/src/test-runner.c
tests/test-gobject-power [new file with mode: 0755]
tests/test-gobject-power-no-console-kit [new file with mode: 0755]
tests/test-gobject-power-no-console-kit-or-login1 [new file with mode: 0755]
tests/test-gobject-power-no-login1 [new file with mode: 0755]
tests/test-python-power [new file with mode: 0755]
tests/test-python-power-no-console-kit [new file with mode: 0755]
tests/test-python-power-no-console-kit-or-login1 [new file with mode: 0755]
tests/test-python-power-no-login1 [new file with mode: 0755]
tests/test-qt4-power [new file with mode: 0755]
tests/test-qt4-power-no-console-kit [new file with mode: 0755]
tests/test-qt4-power-no-console-kit-or-login1 [new file with mode: 0755]
tests/test-qt4-power-no-login1 [new file with mode: 0755]
tests/test-qt5-power [new file with mode: 0755]
tests/test-qt5-power-no-console-kit [new file with mode: 0755]
tests/test-qt5-power-no-console-kit-or-login1 [new file with mode: 0755]
tests/test-qt5-power-no-login1 [new file with mode: 0755]