From f6ba78c370794ea8247b33752a8dbe930b19df1e Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 5 Dec 2005 12:21:38 +0000 Subject: - added payload CERT - cleaned code of different states - added additional notify handling --- 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 11af67ae5..0db5cc223 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -105,4 +105,14 @@ void test_parser_with_auth_payload(tester_t *tester); */ void test_parser_with_ts_payload(tester_t *tester); +/** + * @brief Test function used to test the parser_t functionality when + * parsing a CERT payload. + * + * @param tester associated tester_t object + * + * @ingroup testcases + */ +void test_parser_with_cert_payload(tester_t *tester); + #endif /*PARSER_TEST_H_*/ -- cgit v1.2.3