Evas textblock: add missing test fonts
authorDaniel Hirt <daniel.hirt@samsung.com>
Thu, 10 Dec 2015 07:57:39 +0000 (09:57 +0200)
committerDaniel Hirt <daniel.hirt@samsung.com>
Thu, 10 Dec 2015 07:57:39 +0000 (09:57 +0200)
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

src/tests/evas/TestFont.eet
src/tests/evas/evas_test_textblock.c

index 7ee3486..f3d1780 100644 (file)
Binary files a/src/tests/evas/TestFont.eet and b/src/tests/evas/TestFont.eet differ
index 3c44049..6a0b7b1 100644 (file)
@@ -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'"