Fix broken test from previous commit.

This commit is contained in:
Tom Hacohen 2013-05-13 13:51:14 +01:00
parent a7d7cc1df1
commit 211ebc9e88
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ START_TEST(evas_text_bidi)
for (x = 0 ; x <= (adv - 1) ; x++)
{
pos = evas_object_text_last_up_to_pos(to, x, 0);
_ck_assert_int(pos, <, prev_pos);
_ck_assert_int(pos, >=, prev_pos);
prev_pos = pos;
}
pos = evas_object_text_last_up_to_pos(to, x, 0);