From 7ba3f707df54449e3119fb50e684862898aa998c Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 5 Dec 2005 18:16:39 +0000 Subject: - implemented and tested cp_payload_t --- Source/charon/testcases/parser_test.h | 11 +++++++++++ 1 file changed, 11 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 33df377e2..1f9a79a3d 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -145,4 +145,15 @@ void test_parser_with_delete_payload(tester_t *tester); */ void test_parser_with_vendor_id_payload(tester_t *tester); +/** + * @brief Test function used to test the parser_t functionality when + * parsing a CP payload. + * + * @param tester associated tester_t object + * + * @ingroup testcases + */ +void test_parser_with_cp_payload(tester_t *tester); + + #endif /*PARSER_TEST_H_*/ -- cgit v1.2.3