matching fix to evas test suite to account for changes in word

start/end changes as per log message/changelog
This commit is contained in:
Carsten Haitzler 2013-03-29 09:21:20 +09:00
parent 5706c6027b
commit 332e215b41
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ START_TEST(evas_textblock_cursor)
evas_textblock_cursor_word_end(cur);
fail_if(18 != evas_textblock_cursor_pos_get(cur));
evas_textblock_cursor_word_end(cur);
fail_if(18 != evas_textblock_cursor_pos_get(cur));
fail_if(21 != evas_textblock_cursor_pos_get(cur));
/* Bug with 1 char word separators at paragraph start. */
evas_object_textblock_text_markup_set(tb, "=test");