Lines Matching defs:test_flag_update_pos
461 static bool test_flag_update_pos(struct mail_index_transaction *t,
491 test_assert(test_flag_update_pos(t, 1, 0));
492 test_assert(test_flag_update_pos(t, 2, 1));
493 test_assert(test_flag_update_pos(t, 3, 1));
494 test_assert(test_flag_update_pos(t, 4, 1));
495 test_assert(test_flag_update_pos(t, 5, 2));
496 test_assert(test_flag_update_pos(t, 6, 2));
497 test_assert(test_flag_update_pos(t, 7, 2));
498 test_assert(test_flag_update_pos(t, 8, 3));
499 test_assert(test_flag_update_pos(t, 9, 3));
500 test_assert(test_flag_update_pos(t, 10, 3));
501 test_assert(test_flag_update_pos(t, 11, 4));
502 test_assert(test_flag_update_pos(t, 12, 4));