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 9128ac82a0.
This commit is contained in:
Tom Hacohen 2014-04-03 11:52:00 +01:00
parent 3d1323042d
commit 30506b9025
1 changed files with 0 additions and 11 deletions

View File

@ -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, "<color=#ff0000ff>a</>a"
"<color=#ff0000ff>a</>a"
"<color=#ff0000ff>a</>a"
"<color=#ff0000ff>a</>a"
"<color=#ff0000ff>a</>a");
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<br/>b");
evas_textblock_cursor_format_prepend(cur, "+ ellipsis=1.0 wrap=word");
evas_object_textblock_size_native_get(tb, &nw, &nh);