diff options
author | Michael Terry <michael.terry@canonical.com> | 2012-02-07 13:55:25 -0500 |
---|---|---|
committer | Michael Terry <michael.terry@canonical.com> | 2012-02-07 13:55:25 -0500 |
commit | 4d5c10e2da364e0df07d3520c8164bfd6a49ec2e (patch) | |
tree | 1c549582b588db0fa2e0212fd32f9c47fad077ee /tests/scripts | |
parent | 77a80235adb9bf1c3ade426a836662827de1e832 (diff) | |
download | lightdm-4d5c10e2da364e0df07d3520c8164bfd6a49ec2e.tar.gz |
augment keyboard-layout test to test our ability to grab layout from the Accounts daemon too
Diffstat (limited to 'tests/scripts')
-rw-r--r-- | tests/scripts/keyboard-layout.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scripts/keyboard-layout.conf b/tests/scripts/keyboard-layout.conf index cc5e1af2..a7b92f54 100644 --- a/tests/scripts/keyboard-layout.conf +++ b/tests/scripts/keyboard-layout.conf @@ -6,7 +6,7 @@ minimum-display-number=50 [test-greeter-config] -log-keyboard-layout=bob +log-keyboard-layout=bob,carol #?RUNNER DAEMON-START @@ -26,6 +26,7 @@ log-keyboard-layout=bob # Correct layout is found #?GREETER :50 GET-LAYOUT USERNAME=bob LAYOUT='us' +#?GREETER :50 GET-LAYOUT USERNAME=carol LAYOUT='fr oss' # Cleanup #?*STOP-DAEMON |