From 506e4220f2d9041ffa4124cab18810aec6cb9b8b Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 18 Jul 2022 15:25:13 +1200 Subject: Fix tests broken by default config change in 77a7c6b7b8ca896b98ef43826641bdd520650bfb --- po/lightdm.pot | 2 +- tests/scripts/multi-seat-change-graphical-disabled.conf | 3 +++ tests/scripts/multi-seat-change-graphical.conf | 3 --- tests/scripts/multi-seat-non-graphical-disabled.conf | 3 +++ tests/scripts/multi-seat-non-graphical.conf | 3 --- tests/scripts/multi-seat-seat0-non-graphical-disabled.conf | 3 +++ tests/scripts/multi-seat-seat0-non-graphical.conf | 3 --- 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 \n" "Language-Team: LANGUAGE \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 -- cgit v1.2.1