summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2022-07-18 15:25:13 +1200
committerRobert Ancell <robert.ancell@canonical.com>2022-07-18 15:25:34 +1200
commit506e4220f2d9041ffa4124cab18810aec6cb9b8b (patch)
tree374d643570cb5394bb1c3264b0a9e33917450212
parent3fd8d5c0d909d4b7e8cab285a08410796cc69e69 (diff)
downloadlightdm-git-506e4220f2d9041ffa4124cab18810aec6cb9b8b.tar.gz
Fix tests broken by default config change in 77a7c6b7b8ca896b98ef43826641bdd520650bfb
-rw-r--r--po/lightdm.pot2
-rw-r--r--tests/scripts/multi-seat-change-graphical-disabled.conf3
-rw-r--r--tests/scripts/multi-seat-change-graphical.conf3
-rw-r--r--tests/scripts/multi-seat-non-graphical-disabled.conf3
-rw-r--r--tests/scripts/multi-seat-non-graphical.conf3
-rw-r--r--tests/scripts/multi-seat-seat0-non-graphical-disabled.conf3
-rw-r--r--tests/scripts/multi-seat-seat0-non-graphical.conf3
7 files changed, 10 insertions, 10 deletions
diff --git a/po/lightdm.pot b/po/lightdm.pot
index 8e229703..e960b874 100644
--- a/po/lightdm.pot
+++ b/po/lightdm.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-06-21 12:34+1200\n"
+"POT-Creation-Date: 2022-07-18 15:24+1200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/tests/scripts/multi-seat-change-graphical-disabled.conf b/tests/scripts/multi-seat-change-graphical-disabled.conf
index 3b3369fc..50c52768 100644
--- a/tests/scripts/multi-seat-change-graphical-disabled.conf
+++ b/tests/scripts/multi-seat-change-graphical-disabled.conf
@@ -2,6 +2,9 @@
# Check seat graphical status is ignored
#
+[LightDM]
+logind-check-graphical=false
+
#?*START-DAEMON
#?RUNNER DAEMON-START
diff --git a/tests/scripts/multi-seat-change-graphical.conf b/tests/scripts/multi-seat-change-graphical.conf
index 8c2bded7..90d9ec76 100644
--- a/tests/scripts/multi-seat-change-graphical.conf
+++ b/tests/scripts/multi-seat-change-graphical.conf
@@ -2,9 +2,6 @@
# Check seat can change graphical status
#
-[LightDM]
-logind-check-graphical=true
-
#?*START-DAEMON
#?RUNNER DAEMON-START
diff --git a/tests/scripts/multi-seat-non-graphical-disabled.conf b/tests/scripts/multi-seat-non-graphical-disabled.conf
index f8371c00..ab628b5f 100644
--- a/tests/scripts/multi-seat-non-graphical-disabled.conf
+++ b/tests/scripts/multi-seat-non-graphical-disabled.conf
@@ -2,6 +2,9 @@
# Check non graphical seats are started anyway
#
+[LightDM]
+logind-check-graphical=false
+
#?*START-DAEMON
#?RUNNER DAEMON-START
diff --git a/tests/scripts/multi-seat-non-graphical.conf b/tests/scripts/multi-seat-non-graphical.conf
index 45f045b9..b07533d1 100644
--- a/tests/scripts/multi-seat-non-graphical.conf
+++ b/tests/scripts/multi-seat-non-graphical.conf
@@ -2,9 +2,6 @@
# Check non graphical seats are ignored
#
-[LightDM]
-logind-check-graphical=true
-
#?*START-DAEMON
#?RUNNER DAEMON-START
diff --git a/tests/scripts/multi-seat-seat0-non-graphical-disabled.conf b/tests/scripts/multi-seat-seat0-non-graphical-disabled.conf
index ddac6154..2a98bea5 100644
--- a/tests/scripts/multi-seat-seat0-non-graphical-disabled.conf
+++ b/tests/scripts/multi-seat-seat0-non-graphical-disabled.conf
@@ -2,6 +2,9 @@
# Check seat0 is started even if it is marked as non-graphical
#
+[LightDM]
+logind-check-graphical=false
+
[test-runner-config]
seat0-can-graphical=false
diff --git a/tests/scripts/multi-seat-seat0-non-graphical.conf b/tests/scripts/multi-seat-seat0-non-graphical.conf
index f6c4233d..b3925956 100644
--- a/tests/scripts/multi-seat-seat0-non-graphical.conf
+++ b/tests/scripts/multi-seat-seat0-non-graphical.conf
@@ -2,9 +2,6 @@
# Check seat0 is started only once it becomes graphical
#
-[LightDM]
-logind-check-graphical=true
-
[test-runner-config]
seat0-can-graphical=false