- implemented and tested VENDOR ID payload

This commit is contained in:
Jan Hutter
2005-12-05 14:01:56 +00:00
parent 9bdd74eae7
commit e70c7feb02
13 changed files with 483 additions and 2 deletions
+10
View File
@@ -135,4 +135,14 @@ void test_parser_with_certreq_payload(tester_t *tester);
*/
void test_parser_with_delete_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
* parsing a VENDOR ID payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_parser_with_vendor_id_payload(tester_t *tester);
#endif /*PARSER_TEST_H_*/