Evas tests: Enabled the textblock relsize item native size test.

SVN revision: 61561
This commit is contained in:
Tom Hacohen 2011-07-21 14:04:55 +00:00
parent 5aba518db0
commit 6515a30cc9
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ START_TEST(evas_textblock_items)
evas_object_textblock_text_markup_set(tb, buf);
evas_object_textblock_size_formatted_get(tb, &w, &h);
evas_object_textblock_size_native_get(tb, &nw, &nh);
// fail_if((nw != w) || (nh != h));
fail_if((nw != w) || (nh != h));
evas_textblock_cursor_format_item_geometry_get(cur, NULL, NULL, &w, &h);
evas_textblock_cursor_char_next(cur);
evas_textblock_cursor_format_item_geometry_get(cur, NULL, NULL, &w2, &h2);