aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/parser_test.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-05 14:01:56 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-05 14:01:56 +0000
commite70c7feb028e20913af092fbe204ec648bbeda65 (patch)
treeedab5aafb1a06f486c49db5f4aff7f62e6a1b076 /Source/charon/testcases/parser_test.h
parent9bdd74eae7fb432163fafb21e7fc6c4fb4df2247 (diff)
downloadstrongswan-e70c7feb028e20913af092fbe204ec648bbeda65.tar.bz2
strongswan-e70c7feb028e20913af092fbe204ec648bbeda65.tar.xz
- implemented and tested VENDOR ID payload
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r--Source/charon/testcases/parser_test.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h
index 0de800516..33df377e2 100644
--- a/Source/charon/testcases/parser_test.h
+++ b/Source/charon/testcases/parser_test.h
@@ -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_*/