diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-15 16:18:02 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-15 16:18:02 +0000 |
commit | cb4f26c5fe8b8f0d285bf1c7b1f3378059c90923 (patch) | |
tree | fa3858d4fb4d7f469852103cb3e9ef72d4c836a2 /Source/charon/testcases/parser_test.h | |
parent | 2a489f333ddebc8f9b29cb8a767625c4eb379486 (diff) | |
download | strongswan-cb4f26c5fe8b8f0d285bf1c7b1f3378059c90923.tar.bz2 strongswan-cb4f26c5fe8b8f0d285bf1c7b1f3378059c90923.tar.xz |
- parsing notify messge
- tested
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r-- | Source/charon/testcases/parser_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index 6a36f6659..52c7ee7a0 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -33,4 +33,6 @@ void test_parser_with_nonce_payload(tester_t *tester); void test_parser_with_ke_payload(tester_t *tester); +void test_parser_with_notify_payload(tester_t *tester); + #endif /*PARSER_TEST_H_*/ |