diff tests/testmesg.c @ 891:9432ac55823c

Tentative fix for the parse_or_error function
author Sebastien Decugis <sdecugis@freediameter.net>
date Sat, 17 Nov 2012 23:28:50 +0100
parents 19a261c9a2e1
children b2e8f1a3ef76
line wrap: on
line diff
--- a/tests/testmesg.c	Sat Nov 17 22:54:24 2012 +0100
+++ b/tests/testmesg.c	Sat Nov 17 23:28:50 2012 +0100
@@ -766,14 +766,12 @@
 				CHECK( 0, fd_msg_parse_buffer( &buf_cpy, 344, &msg) );
 				CHECK( EBADMSG, fd_msg_parse_or_error( &msg ) );
 				
-				/* Check the Failed-AVP is as expected */
+				TODO("Check the Failed-AVP is as expected");
 				
 				fd_msg_dump_walk(0, msg);
 				
 				/* reset */
 				CHECK( 0, fd_msg_free ( msg ) );
-				
-				ASSERT(0);
 			}
 #endif			
 			
"Welcome to our mercurial repository"