mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 12:56:15 +01:00
Merge branch 'wip/smcv/sv-sv' into 'master'
tests: Use a more realistic language code than sv_SV See merge request GNOME/glib!1948
This commit is contained in:
commit
c20dd3edbf
@ -303,7 +303,7 @@ test_extra_getters (void)
|
|||||||
g_assert_cmpstr (s, ==, "Bratwurst");
|
g_assert_cmpstr (s, ==, "Bratwurst");
|
||||||
g_free (s);
|
g_free (s);
|
||||||
|
|
||||||
g_setenv ("LANGUAGE", "sv_SV.UTF8", TRUE);
|
g_setenv ("LANGUAGE", "sv_SE.UTF8", TRUE);
|
||||||
setlocale (LC_ALL, "");
|
setlocale (LC_ALL, "");
|
||||||
|
|
||||||
s = g_desktop_app_info_get_locale_string (appinfo, "X-JunkFood");
|
s = g_desktop_app_info_get_locale_string (appinfo, "X-JunkFood");
|
||||||
|
Loading…
Reference in New Issue
Block a user