summaryrefslogtreecommitdiff
path: root/tests/test-break.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-break.c')
-rw-r--r--tests/test-break.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test-break.c b/tests/test-break.c
index cdb7e6c0..49eaa653 100644
--- a/tests/test-break.c
+++ b/tests/test-break.c
@@ -242,7 +242,7 @@ test_break (gconstpointer d)
gchar *diff;
const char *old_locale = setlocale (LC_ALL, NULL);
- setlocale (LC_ALL, "en_US.UTF-8");
+ setlocale (LC_ALL, "en_US.utf8");
if (strstr (setlocale (LC_ALL, NULL), "en_US") == NULL)
{
char *msg = g_strdup_printf ("Locale en_US.UTF-8 not available, skipping break %s", filename);
@@ -251,6 +251,9 @@ test_break (gconstpointer d)
return;
}
+ if (context == NULL)
+ context = pango_font_map_create_context (pango_cairo_font_map_get_default ());
+
expected_file = get_expected_filename (filename);
dump = g_string_sized_new (0);
@@ -293,8 +296,6 @@ main (int argc, char *argv[])
g_test_init (&argc, &argv, NULL);
- context = pango_font_map_create_context (pango_cairo_font_map_get_default ());
-
/* allow to easily generate expected output for new test cases */
if (argc > 1)
{