From 4392e2ff4ae9d6f794b13850e2920bc00d331d75 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 7 Nov 2014 15:39:59 +0100 Subject: [PATCH] Rename SDP invites tests --- tester/call_tester.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/call_tester.c b/tester/call_tester.c index 62959a3d9..37b28ddfd 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -3447,9 +3447,9 @@ test_t call_tests[] = { { "Call with custom supported tags", call_with_custom_supported_tags }, { "Call log from taken from asserted id",call_log_from_taken_from_p_asserted_id}, { "Incoming INVITE without SDP",incoming_invite_without_sdp}, - { "Outgoing INVITE without SDP",outgoing_invite_without_sdp}, - { "Incoming REINVITE without SDP in ACK",incoming_reinvite_without_ack_sdp}, - { "Outgoing REINVITE without SDP in ACK",outgoing_reinvite_without_ack_sdp}, + { "Outgoing INVITE without ACK SDP",outgoing_invite_without_sdp}, + { "Incoming REINVITE without SDP",incoming_reinvite_without_ack_sdp}, + { "Outgoing REINVITE without ACK SDP",outgoing_reinvite_without_ack_sdp}, }; test_suite_t call_test_suite = {