From: Timo Sirainen Date: Wed, 18 Nov 2009 01:56:00 +0000 (-0500) Subject: dsync: Minor unit test update. X-Git-Tag: 2.0.beta1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00b1bdeb1d1b675cc08c1c6585f7e527b63445d4;p=thirdparty%2Fdovecot%2Fcore.git dsync: Minor unit test update. --HG-- branch : HEAD --- diff --git a/src/dsync/test-dsync-common.c b/src/dsync/test-dsync-common.c index 9444c29a85..f0c8f52d79 100644 --- a/src/dsync/test-dsync-common.c +++ b/src/dsync/test-dsync-common.c @@ -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,