herdsman pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=58bfa4b3283bfc21276faa2cb09d37656a9912ec

commit 58bfa4b3283bfc21276faa2cb09d37656a9912ec
Author: Daniel Hirt <daniel.h...@samsung.com>
Date:   Thu Dec 10 09:57:39 2015 +0200

    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
---
 src/tests/evas/TestFont.eet          | Bin 4377163 -> 4464032 bytes
 src/tests/evas/evas_test_textblock.c |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

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'"

-- 


Reply via email to