dovecot-2.0-sslstream: dsync: Minor unit test update.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:56:32 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/e94d43687351
changeset: 10358:e94d43687351
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Nov 17 20:56:00 2009 -0500
description:
dsync: Minor unit test update.

diffstat:

1 file changed, 1 insertion(+)
src/dsync/test-dsync-common.c |    1 +

diffs (11 lines):

diff -r ff403fe262e5 -r e94d43687351 src/dsync/test-dsync-common.c
--- a/src/dsync/test-dsync-common.c	Tue Nov 17 20:55:04 2009 -0500
+++ b/src/dsync/test-dsync-common.c	Tue Nov 17 20:56:00 2009 -0500
@@ -47,6 +47,7 @@ bool dsync_mailboxes_equal(const struct 
 	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,


More information about the dovecot-cvs mailing list