From: Daniel Hirt Date: Thu, 10 Dec 2015 07:57:39 +0000 (+0200) Subject: Evas textblock: add missing test fonts X-Git-Tag: upstream/1.20.0~7937 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58bfa4b3283bfc21276faa2cb09d37656a9912ec;p=platform%2Fupstream%2Fefl.git Evas textblock: add missing test fonts evas_suite was failing for people that didn't have malayalam fonts installed in their system. Obviously, we should provide it in the test suite. Added malayalam font (from http://www.indlinux.org/) to the TestFont.eet, along with the license README. Fixes T2908. @fix --- diff --git a/src/tests/evas/TestFont.eet b/src/tests/evas/TestFont.eet index 7ee3486..f3d1780 100644 Binary files a/src/tests/evas/TestFont.eet and b/src/tests/evas/TestFont.eet differ diff --git a/src/tests/evas/evas_test_textblock.c b/src/tests/evas/evas_test_textblock.c index 3c44049..6a0b7b1 100644 --- a/src/tests/evas/evas_test_textblock.c +++ b/src/tests/evas/evas_test_textblock.c @@ -25,7 +25,7 @@ EAPI int _evas_textblock_format_offset_get(const Evas_Object_Textblock_Node_Format *n); /* end of functions defined in evas_object_textblock.c */ -#define TEST_FONT "font=DejaVuSans font_source=" TESTS_SRC_DIR "/TestFont.eet" +#define TEST_FONT "font=DejaVuSans,UnDotum,malayalam font_source=" TESTS_SRC_DIR "/TestFont.eet" static const char *style_buf = "DEFAULT='" TEST_FONT " font_size=10 color=#000 text_class=entry'"