Do not check for language
This commit is contained in:
parent
b8c62c394a
commit
ac4566ae89
1 changed files with 13 additions and 8 deletions
|
|
@ -80,15 +80,20 @@ sub run {
|
|||
'true'
|
||||
);
|
||||
|
||||
# Do not check for keyboard layout and locales because
|
||||
# this type of setting is currently disabled in G-I-S.
|
||||
record_info("Language and keyboard layout checks are switched off!");
|
||||
# Uncomment, if this changes
|
||||
# Check that keyboard layout and the locales are correct in user space
|
||||
assert_as_user_matches($user,
|
||||
q{gsettings get org.gnome.desktop.input-sources sources},
|
||||
qr/\('xkb',\s*'cz'\)/
|
||||
);
|
||||
assert_as_user_matches($user,
|
||||
q{locale},
|
||||
qr/^LANG=cs_CZ\.UTF-8$/m
|
||||
);
|
||||
#assert_as_user_matches($user,
|
||||
# q{gsettings get org.gnome.desktop.input-sources sources},
|
||||
# qr/\('xkb',\s*'cz'\)/
|
||||
#);
|
||||
#assert_as_user_matches($user,
|
||||
# q{locale},
|
||||
# qr/^LANG=cs_CZ\.UTF-8$/m
|
||||
#);
|
||||
|
||||
|
||||
# Check that automatic reporting is disabled.
|
||||
assert_as_user_eq($user,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue