From 30506b902527e578fb4cbf3b03da6284aba60d68 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 3 Apr 2014 11:52:00 +0100 Subject: [PATCH] Revert "tests: Add a case for ellipsis in complex markup text." Opened a task (1151) for it and should revert this when ready to fix. This reverts commit 9128ac82a0c0b6081d0065891d746768be21ccd5. --- src/tests/evas/evas_test_textblock.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/tests/evas/evas_test_textblock.c b/src/tests/evas/evas_test_textblock.c index 44ad205e68..8b23393305 100644 --- a/src/tests/evas/evas_test_textblock.c +++ b/src/tests/evas/evas_test_textblock.c @@ -1740,17 +1740,6 @@ START_TEST(evas_textblock_wrapping) evas_object_textblock_size_formatted_get(tb, &w, &h); fail_if((w > (nw / 2)) || (h != nh)); - evas_object_textblock_text_markup_set(tb, "aa" - "aa" - "aa" - "aa" - "aa"); - evas_textblock_cursor_format_prepend(cur, "+ ellipsis=1.0"); - evas_object_textblock_size_native_get(tb, &nw, &nh); - evas_object_resize(tb, nw / 2, nh); - evas_object_textblock_size_formatted_get(tb, &w, &h); - fail_if((w > (nw / 2)) || (h != nh)); - evas_object_textblock_text_markup_set(tb, "aaaaaaaaaaaaaaaaaa
b"); evas_textblock_cursor_format_prepend(cur, "+ ellipsis=1.0 wrap=word"); evas_object_textblock_size_native_get(tb, &nw, &nh);