tests: edje: Fedora32 system fail resolve

This test seems to fail on Fedora32, we increase font size margin to
prevent it from happening

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D11776
This commit is contained in:
Ali Alzyod 2020-05-05 12:15:55 +00:00 committed by Stefan Schmidt
parent 10b0f9b433
commit d7ed1721b8
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ EFL_START_TEST(edje_test_textblock)
ck_assert_int_ne(w, 0);
ck_assert_int_ne(h, 0);
edje_object_text_class_set(obj2, "tc1", "Sans", 15);
edje_object_text_class_set(obj2, "tc1", "Sans", 8);
edje_object_calc_force(obj2);
int w2 = 0, h2 = 0;
evas_object_textblock_size_formatted_get(tb, &w2, &h2);