summaryrefslogtreecommitdiff
path: root/src/tests/elementary/efl_ui_test_text.c
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-12-28 20:56:52 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-12-28 20:56:52 +0000
commit2f1795d8bc43516e0185f022be97fa3f6539f625 (patch)
treee8514a7c4b14bf508b84377ed1b88d6585311ec7 /src/tests/elementary/efl_ui_test_text.c
parentad486d35af85681b53be134b7f6b47da7b57b84d (diff)
downloadefl-2f1795d8bc43516e0185f022be97fa3f6539f625.tar.gz
efl ui tests - for now use plain ascii to test if travis fail bc of fnt
Diffstat (limited to 'src/tests/elementary/efl_ui_test_text.c')
-rw-r--r--src/tests/elementary/efl_ui_test_text.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/elementary/efl_ui_test_text.c b/src/tests/elementary/efl_ui_test_text.c
index 93a8a82669..b2596af99c 100644
--- a/src/tests/elementary/efl_ui_test_text.c
+++ b/src/tests/elementary/efl_ui_test_text.c
@@ -498,7 +498,8 @@ EFL_START_TEST(text_keyboard_mouse_cluster_cursor_movement)
efl_ui_textbox_scrollable_set(txt, EINA_TRUE);
get_me_to_those_events(txt);
- efl_text_markup_set(txt, "A\u1100\u1161\u11AA");
+// efl_text_markup_set(txt, "A\u1100\u1161\u11AA");
+ efl_text_markup_set(txt, "AAAAAA");
cursor = efl_text_interactive_main_cursor_get(txt);
efl_text_cursor_object_position_set(cursor, 1);