aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/parser_test.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-29 09:57:22 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-29 09:57:22 +0000
commitdb6e764580f29c658a3f5486b74e13ad4de7abd4 (patch)
tree050666c2ee034daa6fb808190bf2dd24f99a62f1 /Source/charon/testcases/parser_test.h
parenta0753941e115fa450b3f750427a3755535cfe2fb (diff)
downloadstrongswan-db6e764580f29c658a3f5486b74e13ad4de7abd4.tar.bz2
strongswan-db6e764580f29c658a3f5486b74e13ad4de7abd4.tar.xz
- added and tested id_payload_t
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 48f3a1fd5..a80888fe8 100644
--- a/Source/charon/testcases/parser_test.h
+++ b/Source/charon/testcases/parser_test.h
@@ -57,6 +57,16 @@ void test_parser_with_nonce_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
+ * parsing a ID payload.
+ *
+ * @param tester associated tester_t object
+ *
+ * @ingroup testcases
+ */
+void test_parser_with_id_payload(tester_t *tester);
+
+/**
+ * @brief Test function used to test the parser_t functionality when
* parsing a ke payload.
*
* @param tester associated tester_t object