Evas tests: Also test EVAS_TEXTBLOCK_CURSOR_BEFORE cursor mode.
authorTom Hacohen <tom@stosb.com>
Tue, 12 Jul 2011 09:12:20 +0000 (09:12 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 12 Jul 2011 09:12:20 +0000 (09:12 +0000)
SVN revision: 61275

legacy/evas/src/tests/evas_test_textblock.c

index bf1c53f..34c7e73 100644 (file)
@@ -67,6 +67,9 @@ do \
         ret = evas_textblock_cursor_geometry_get(cur, &x, &y, &w, &h, NULL, \
               EVAS_TEXTBLOCK_CURSOR_UNDER); \
         fail_if(ret == -1); \
+        ret = evas_textblock_cursor_geometry_get(cur, &x, &y, &w, &h, NULL, \
+              EVAS_TEXTBLOCK_CURSOR_BEFORE); \
+        fail_if(ret == -1); \
         ret = evas_textblock_cursor_char_geometry_get(cur, &x, &y, &w, &h); \
         fail_if(ret == -1); \
         ret = evas_textblock_cursor_pen_geometry_get(cur, &x, &y, &w, &h); \