From: Sebastian B. <sb...@us...> - 2014-02-22 11:42:52
|
Update of /cvsroot/simplemail/simplemail/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19580 Modified Files: tcp_unittest.c Log Message: Disabled test for now. Index: tcp_unittest.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/tcp_unittest.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- tcp_unittest.c 21 Feb 2014 06:32:44 -0000 1.2 +++ tcp_unittest.c 22 Feb 2014 11:42:50 -0000 1.3 @@ -32,8 +32,9 @@ void test_make_secure(void) { struct connection *connect; - +#if 0 connect = tcp_connect("localhost", 6252, 1); CU_ASSERT(connect != NULL); tcp_disconnect(connect); +#endif } |