X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=blobdiff_plain;f=mon%2Ftests%2Ftest_mon_resp_encode.c;fp=mon%2Ftests%2Ftest_mon_resp_encode.c;h=3c1dd831bdd2a21dfee59563e060fe80ffeb8178;hp=c9d6d2cfe78d4ed501eadd894fb3def159e18d65;hb=240db3f1e5143b5eae6d6d5b81bb83a128f8450c;hpb=722204aaf7faff43fc5f8b3e780fccf4078c0874 diff --git a/mon/tests/test_mon_resp_encode.c b/mon/tests/test_mon_resp_encode.c index c9d6d2c..3c1dd83 100644 --- a/mon/tests/test_mon_resp_encode.c +++ b/mon/tests/test_mon_resp_encode.c @@ -35,10 +35,10 @@ static char *show_success() mon_opt_type_to_string(OPT_TYPE_SHOW_CONFIG_FILES), json_integer(86400))); assert(! json_object_set_new(payload, - mon_opt_type_to_string(OPT_TYPE_SHOW_TID_REQ_PENDING), + mon_opt_type_to_string(OPT_TYPE_SHOW_TID_REQS_PENDING), json_integer(13))); assert(! json_object_set_new(payload, - mon_opt_type_to_string(OPT_TYPE_SHOW_TID_REQ_COUNT), + mon_opt_type_to_string(OPT_TYPE_SHOW_TID_REQS_PROCESSED), json_integer(1432))); resp = mon_resp_new(NULL, MON_RESP_SUCCESS, "success", payload);