diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 09:57:22 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 09:57:22 +0000 |
commit | db6e764580f29c658a3f5486b74e13ad4de7abd4 (patch) | |
tree | 050666c2ee034daa6fb808190bf2dd24f99a62f1 /Source/charon/testcases/parser_test.h | |
parent | a0753941e115fa450b3f750427a3755535cfe2fb (diff) | |
download | strongswan-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.h | 10 |
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 |