dovecot-2.0: dsync: Another unit test fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed Jul 7 15:44:29 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/7ebbd6925c41
changeset: 11746:7ebbd6925c41
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jul 07 13:44:26 2010 +0100
description:
dsync: Another unit test fix.

diffstat:

 src/dsync/test-dsync-brain.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 056c3240a912 -r 7ebbd6925c41 src/dsync/test-dsync-brain.c
--- a/src/dsync/test-dsync-brain.c	Wed Jul 07 12:26:55 2010 +0100
+++ b/src/dsync/test-dsync-brain.c	Wed Jul 07 13:44:26 2010 +0100
@@ -211,9 +211,9 @@
 	test_assert(!test_dsync_worker_next_box_event(src_test_worker, &box_event));
 	test_assert(!test_dsync_worker_next_box_event(dest_test_worker, &box_event));
 
+	dsync_brain_deinit(&brain);
 	dsync_worker_deinit(&src_worker);
 	dsync_worker_deinit(&dest_worker);
-	dsync_brain_deinit(&brain);
 
 	test_end();
 }


More information about the dovecot-cvs mailing list