]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync: Minor unit test update.
authorTimo Sirainen <tss@iki.fi>
Wed, 18 Nov 2009 01:56:00 +0000 (20:56 -0500)
committerTimo Sirainen <tss@iki.fi>
Wed, 18 Nov 2009 01:56:00 +0000 (20:56 -0500)
--HG--
branch : HEAD

src/dsync/test-dsync-common.c

index 9444c29a85648dcf4512d178dc213a5d2b1440bc..f0c8f52d7995771b3566b13c4606853c5ae4e750 100644 (file)
@@ -47,6 +47,7 @@ bool dsync_mailboxes_equal(const struct dsync_mailbox *box1,
        unsigned int i, f1_count = 0, f2_count = 0;
 
        if (strcmp(box1->name, box2->name) != 0 ||
+           box1->name_sep != box2->name_sep ||
            memcmp(box1->dir_guid.guid, box2->dir_guid.guid,
                   sizeof(box1->dir_guid.guid)) != 0 ||
            memcmp(box1->mailbox_guid.guid, box2->mailbox_guid.guid,