Evas tests: Added a missing fail_if to a textblock test.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jul 2011 13:56:40 +0000 (13:56 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 13 Jul 2011 13:56:40 +0000 (13:56 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61337 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/evas_test_textblock.c

index 083c0c2..be98a6a 100644 (file)
@@ -399,6 +399,8 @@ START_TEST(evas_textblock_items)
    evas_textblock_cursor_format_item_geometry_get(cur, NULL, NULL, &w, &h);
    fail_if((w != (2 * 93)) || (h != (2 * 152)));
    evas_textblock_cursor_pos_set(cur, 11);
+   evas_textblock_cursor_format_item_geometry_get(cur, NULL, NULL, &w, &h);
+   fail_if((w != (2 * 93)) || (h != (2 * 152)));
 
    buf = "This is an <item size=93x152 vsize=ascent></>.";
    evas_object_textblock_text_markup_set(tb, buf);