summaryrefslogtreecommitdiff
path: root/tests/test-bidi.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-08-05 20:31:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-08-08 10:52:21 -0400
commite4af060a99ad16db0e764c13e2cad78e612bd063 (patch)
treea62f25bafde2f6cce9cabdc1112d6b89318985a1 /tests/test-bidi.c
parentc6bb45a3e619686a0653cac719f72653dc680b35 (diff)
downloadpango-e4af060a99ad16db0e764c13e2cad78e612bd063.tar.gz
Reimplement pango_layout_move_cursor_visually
Reimplement this function based on pango_layout_get_cursor_pos. This is a bit less efficient, but it fixes cases where the old implementation would get stuck. Fixes: #587, #585, #157
Diffstat (limited to 'tests/test-bidi.c')
-rw-r--r--tests/test-bidi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-bidi.c b/tests/test-bidi.c
index adb8f3bc..cfd6b288 100644
--- a/tests/test-bidi.c
+++ b/tests/test-bidi.c
@@ -331,7 +331,7 @@ test_move_cursor_line (void)
g_object_unref (layout);
if (fail)
- g_test_skip ("known to fail");
+ g_test_fail ();
}
int