comparison tests/testmesg.c @ 1251:bdd7bf840c8d

Validated previous fix, seems to work
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 13 Jan 2014 16:11:00 +0100
parents d8591b1c56cd
children 25fad6714991
comparison
equal deleted inserted replaced
1250:446683efbb1f 1251:bdd7bf840c8d
1011 1011
1012 CHECK(1, got_h1); 1012 CHECK(1, got_h1);
1013 CHECK(1, got_h2); 1013 CHECK(1, got_h2);
1014 } 1014 }
1015 1015
1016 /* Now test the behavior of fd_msg_rescode_set with a grouped AVP */
1017 CHECK( 0, fd_msg_rescode_set(msg, "DIAMETER_AVP_OCCURS_TOO_MANY_TIMES", NULL, pi1, 1) );
1018
1019 fd_log_debug("%s", fd_msg_dump_treeview(FD_DUMP_TEST_PARAMS, msg, fd_g_config->cnf_dict, 0, 1));
1020
1021 TODO("Check the Failed-AVP is as expected");
1016 } 1022 }
1017 1023
1018 } 1024 }
1019 } 1025 }
1020 1026
"Welcome to our mercurial repository"