Update of /cvsroot/simplemail/simplemail/tests
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28720/tests
Modified Files:
imap2_unittest.c
Log Message:
Implemented some other functions to allow the unit test to be run.
Index: imap2_unittest.c
===================================================================
RCS file: /cvsroot/simplemail/simplemail/tests/imap2_unittest.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- imap2_unittest.c 24 Dec 2013 08:58:02 -0000 1.9
+++ imap2_unittest.c 24 Dec 2013 08:58:41 -0000 1.10
@@ -57,10 +57,20 @@
{
}
+void main_set_status_text(char *txt)
+{
+ printf("%s\n", txt);
+}
+
void progmonwnd_update(void)
{
}
+void statuswnd_set_status(char *text)
+{
+ printf("%s\n", text);
+}
+
/*************************************************************/
void *test_imap_timer_callback(void *data)
|