Searched refs:ups (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-index/
H A Dtest-mail-index-transaction-finish.c170 const struct mail_transaction_modseq_update *ups; local
194 ups = array_get(&t->modseq_updates, &count);
197 test_assert(ups[0].uid == 1*2);
198 test_assert(ups[0].modseq_low32 == 1234567890 &&
199 ups[0].modseq_high32 == 987654321);
200 test_assert(ups[1].uid == 2*2);
201 test_assert(ups[1].modseq_low32 == 1234567891 &&
202 ups[1].modseq_high32 == 987654322);
203 test_assert(ups[2].uid == 5*2);
204 test_assert(ups[
[all...]
H A Dtest-mail-index-transaction-update.c511 const struct mail_transaction_modseq_update *ups; local
527 ups = array_get(&t->modseq_updates, &count);
529 test_assert(ups[0].uid == 4 &&
530 ups[0].modseq_high32 == 0x8234fefa &&
531 ups[0].modseq_low32 == 0x02747429);
532 test_assert(ups[1].uid == 6 &&
533 ups[1].modseq_high32 == 0x12345678 &&
534 ups[1].modseq_low32 == 0x90abcdef);
535 test_assert(ups[2].uid == 2 &&
536 ups[
[all...]

Completed in 183 milliseconds