summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-itemize.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-itemize.c b/tests/test-itemize.c
index e5775985..279bcb9a 100644
--- a/tests/test-itemize.c
+++ b/tests/test-itemize.c
@@ -171,6 +171,8 @@ test_file (const gchar *filename, GString *string)
GSList *a;
desc = pango_font_describe (item->analysis.font);
+ /* Leave out faceid for now to avoid backend-dependent test output */
+ pango_font_description_unset_fields (desc, PANGO_FONT_MASK_FACEID);
font = pango_font_description_to_string (desc);
if (l != items)