Update of /cvsroot/simplemail/simplemail/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv488/tests
Modified Files:
imap2_unittest.c
Log Message:
Added a 2nd call to imap_thread_connect() for testing purposes.
Index: imap2_unittest.c
===================================================================
RCS file: /cvsroot/simplemail/simplemail/tests/imap2_unittest.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- imap2_unittest.c 24 Dec 2013 09:14:51 -0000 1.12
+++ imap2_unittest.c 24 Dec 2013 09:26:54 -0000 1.13
@@ -143,6 +143,8 @@
f = folder_find_by_name("localhost");
CU_ASSERT(f != NULL);
+ /* Doing this twice is intended */
+ imap_thread_connect(f);
imap_thread_connect(f);
thread_wait(test_imap_timer_callback, NULL, 2000);
|