Searched refs:ret_dict_dict_userdef (Results 1 – 1 of 1) sorted by relevance
240 QDict *ret, *ret_dict, *ret_dict_dict, *ret_dict_dict_userdef; in test_dispatch_cmd_io() local254 ret_dict_dict_userdef = qdict_get_qdict(ret_dict_dict, "userdef"); in test_dispatch_cmd_io()255 assert(qdict_get_int(ret_dict_dict_userdef, "integer") == 42); in test_dispatch_cmd_io()256 assert(!strcmp(qdict_get_str(ret_dict_dict_userdef, "string"), "hello")); in test_dispatch_cmd_io()