From 6b9f57d49425d5334e497e88b2a5e87f4382aba8 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 10 Jul 2009 00:43:59 +0000 Subject: [PATCH] Tue Jul 7 13:47:10 CDT 2009 Pekka Pessi * check_nta_client.c: fixed test tags git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14182 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/.update | 2 +- .../libsofia-sip-ua/nta/check_nta_client.c | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/libs/sofia-sip/.update b/libs/sofia-sip/.update index 07322f9698..381c5401c2 100644 --- a/libs/sofia-sip/.update +++ b/libs/sofia-sip/.update @@ -1 +1 @@ -Thu Jul 9 19:41:40 CDT 2009 +Thu Jul 9 19:42:19 CDT 2009 diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/check_nta_client.c b/libs/sofia-sip/libsofia-sip-ua/nta/check_nta_client.c index 50edf7dd7e..1d1d3a0874 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/check_nta_client.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/check_nta_client.c @@ -95,7 +95,7 @@ START_TEST(client_2_0_0) struct message *request; struct event *response; - S2_CASE("2.0.0", "Send MESSAGE", + S2_CASE("client-2.0.0", "Send MESSAGE", "Basic non-INVITE transaction with outbound proxy"); orq = nta_outgoing_tcreate(s2->default_leg, @@ -123,7 +123,7 @@ START_TEST(client_2_0_1) struct message *request; struct event *response; - S2_CASE("2.0.0", "Send MESSAGE", + S2_CASE("client-2.0.1", "Send MESSAGE", "Basic non-INVITE transaction with " "numeric per-transaction outbound proxy"); @@ -155,7 +155,7 @@ START_TEST(client_2_0_2) char payload[2048]; - S2_CASE("2.0.2", "Send MESSAGE", + S2_CASE("client-2.0.2", "Send MESSAGE", "Basic non-INVITE transaction exceeding " "default path MTU (1300 bytes)"); @@ -210,7 +210,7 @@ START_TEST(client_2_1_0) char payload[2048]; - S2_CASE("2.1.0", "Try UDP after trying with TCP", + S2_CASE("client-2.1.0", "Try UDP after trying with TCP", "TCP connect() is refused"); memset(payload, 'x', sizeof payload); @@ -279,7 +279,7 @@ START_TEST(client_2_1_1) char payload[2048]; - S2_CASE("2.1.1", "Try UDP after trying with TCP", + S2_CASE("client-2.1.1", "Try UDP after trying with TCP", "TCP connect() times out"); memset(payload, 'x', sizeof payload); @@ -337,7 +337,7 @@ START_TEST(client_2_1_2) struct event *response; url_t udpurl[1]; - S2_CASE("2.1.2", "Send MESSAGE", + S2_CASE("client-2.1.2", "Send MESSAGE", "Non-INVITE transaction to TCP-only server"); client_setup_tcp_only_server(); @@ -361,7 +361,7 @@ START_TEST(client_2_1_2) fail_unless(orq != NULL); request = s2_sip_wait_for_request(SIP_METHOD_MESSAGE); fail_unless(request != NULL); - s2_sip_respond_to(request, NULL, 200, "2.0.0", TAG_END()); + s2_sip_respond_to(request, NULL, 200, "2.1.2", TAG_END()); s2_sip_free_message(request); response = s2_nta_wait_for(wait_for_orq, orq, wait_for_status, 200, @@ -401,7 +401,7 @@ START_TEST(client_2_2_0) char proxy[] = "sip:cname.example.org:0000000"; - S2_CASE("2.2.0", "Send MESSAGE", + S2_CASE("client-2.2.0", "Send MESSAGE", "Basic non-INVITE transaction with target using CNAME"); /* Test for sf.net bug #2531152 */