From 9bdd74eae7fb432163fafb21e7fc6c4fb4df2247 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 5 Dec 2005 13:43:43 +0000 Subject: DELETE payload implemented and tested --- Source/charon/testcases/parser_test.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Source/charon/testcases/parser_test.h') diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index f0a79b89b..0de800516 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -125,4 +125,14 @@ void test_parser_with_cert_payload(tester_t *tester); */ void test_parser_with_certreq_payload(tester_t *tester); +/** + * @brief Test function used to test the parser_t functionality when + * parsing a CERTREQ payload. + * + * @param tester associated tester_t object + * + * @ingroup testcases + */ +void test_parser_with_delete_payload(tester_t *tester); + #endif /*PARSER_TEST_H_*/ -- cgit v1.2.3