~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/lib-index/test-mail-index-transaction-finish.c

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */
 
1
/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */
2
2
 
3
3
#include "lib.h"
4
4
#include "array.h"
60
60
static void test_mail_index_transaction_finish_flag_updates(void)
61
61
{
62
62
        struct mail_index_transaction *t;
63
 
        const struct mail_transaction_flag_update *updates;
64
 
        struct mail_transaction_flag_update u;
 
63
        const struct mail_index_flag_update *updates;
 
64
        struct mail_index_flag_update u;
65
65
        unsigned int count;
66
66
 
67
67
        t = t_new(struct mail_index_transaction, 1);