[epiphany/wip/exalm/encodings-test: 3/3] tests: Set locale for the encodings test
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/encodings-test: 3/3] tests: Set locale for the encodings test
- Date: Mon, 28 Feb 2022 16:49:52 +0000 (UTC)
commit e54889f2aaae3f647dbdfdd7b40b8d43d19e7889
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Feb 28 20:49:09 2022 +0500
tests: Set locale for the encodings test
Fix the behavior difference between GTK3 and 4.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1083>
tests/ephy-encodings-test.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/tests/ephy-encodings-test.c b/tests/ephy-encodings-test.c
index a6bf38ab9..a3ea7e781 100644
--- a/tests/ephy-encodings-test.c
+++ b/tests/ephy-encodings-test.c
@@ -28,6 +28,7 @@
#include "ephy-shell.h"
#include <gtk/gtk.h>
+#include <locale.h>
/* TODO: don't hardcode the number of encodings in ephy-encodings.c here! */
#define NUM_ENCODINGS 78
@@ -43,7 +44,7 @@ test_ephy_encodings_create (void)
g_assert_cmpstr (ephy_encoding_get_encoding (encoding), ==, "UTF-8");
g_assert_cmpstr (ephy_encoding_get_title (encoding), ==, "Unicode (UTF-8)");
g_assert_cmpstr (ephy_encoding_get_title_elided (encoding), ==, "Unicode (UTF-8)");
- g_assert_cmpstr (ephy_encoding_get_collation_key (encoding), ==, "Unicode (UTF-8)");
+ g_assert_cmpstr (ephy_encoding_get_collation_key (encoding), ==,
"\311\263\307\276\307\205\305\271\310\215\306\202\306\216\311\263\311\250\306\245\305\237\001\035\035\035\035\035\035\035\035\035\035\035\001\007\002\002\002\002\002\002\007\007\007\002\001\001\346\244\273\001\346\215\264\001\346\211\243\001\346\204\235\001\346\216\257\001\346\205\217\001\346\206\212\001\343\265\233\001\343\265\242\001\346\244\273\001\346\244\231\001\346\234\257\001\343\265\247\001\345\277\241\001\343\265\243");
g_assert_cmpint (ephy_encoding_get_language_groups (encoding), ==, LG_UNICODE);
g_object_unref (encoding);
@@ -79,6 +80,7 @@ main (int argc,
int ret;
gtk_test_init (&argc, &argv);
+ setlocale (LC_ALL, "");
ephy_debug_init ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]