[pango] Don't compare fonts in the layout test
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Don't compare fonts in the layout test
- Date: Fri, 19 Sep 2014 15:43:44 +0000 (UTC)
commit 2a8eed93477304317ccedfdea8ea46fb9779ee69
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 19 11:33:14 2014 -0400
Don't compare fonts in the layout test
For some reason (that I haven't been able to track down), this
fails in the installed tests on build.gnome.org.
tests/test-layout.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-layout.c b/tests/test-layout.c
index bed7c4a..fffc963 100644
--- a/tests/test-layout.c
+++ b/tests/test-layout.c
@@ -326,7 +326,7 @@ dump_runs (PangoLayout *layout, GString *string)
i, index, item->num_chars, item->analysis.level,
gravity_name (item->analysis.gravity),
item->analysis.flags,
- font,
+ "OMITTED", /* for some reason, this fails on build.gnome.org, so leave it
out */
script_name (item->analysis.script),
pango_language_to_string (item->analysis.language),
char_str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]