diff options
Diffstat (limited to 'src/charon/testing/parser_test.c')
-rw-r--r-- | src/charon/testing/parser_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/testing/parser_test.c b/src/charon/testing/parser_test.c index 66e65479b..ed9f7272f 100644 --- a/src/charon/testing/parser_test.c +++ b/src/charon/testing/parser_test.c @@ -558,7 +558,7 @@ void test_parser_with_notify_payload(protected_tester_t *tester) return; } tester->assert_true(tester,(notify_payload->get_protocol_id(notify_payload) == 3), "Protocol id"); - tester->assert_true(tester,(notify_payload->get_notify_message_type(notify_payload) == 1), "notify message type"); + tester->assert_true(tester,(notify_payload->get_notify_type(notify_payload) == 1), "notify message type"); spi = notify_payload->get_spi(notify_payload); tester->assert_false(tester, spi == 0x01020303, "parsed spi"); |