[pango] [test] Add Thai and Arabic to test-pangocairo-threads



commit f5c12f8d8f39f405426e6cef153f91cdfe409710
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Aug 18 19:34:08 2015 +0100

    [test] Add Thai and Arabic to test-pangocairo-threads
    
    Apparently libthai is not threadsafe.  This crashes
    right away if libthai is enabled...

 tests/test-pangocairo-threads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-pangocairo-threads.c b/tests/test-pangocairo-threads.c
index 515fbd1..4f1c4a2 100644
--- a/tests/test-pangocairo-threads.c
+++ b/tests/test-pangocairo-threads.c
@@ -5,7 +5,7 @@
 
 #define WIDTH 100
 #define HEIGHT 100
-const char *text = "The quick brown fox jumped over the lazy dog!";
+const char *text = "Hamburgerfonts\nวิวิวิวิวิวิ\nبهداد";
 
 int num_iters = 200;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]