[Pkg-voip-commits] r7422 - in /yxa/trunk/debian: changelog patches/fix_via_sentby_proto.dpatch

mikma-guest at alioth.debian.org mikma-guest at alioth.debian.org
Thu Jul 16 20:59:56 UTC 2009


Author: mikma-guest
Date: Thu Jul 16 20:59:55 2009
New Revision: 7422

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7422
Log:
Update test cases after changes of Via transport matching.

Modified:
    yxa/trunk/debian/changelog
    yxa/trunk/debian/patches/fix_via_sentby_proto.dpatch

Modified: yxa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/changelog?rev=7422&op=diff
==============================================================================
--- yxa/trunk/debian/changelog (original)
+++ yxa/trunk/debian/changelog Thu Jul 16 20:59:55 2009
@@ -14,5 +14,6 @@
   * Fix CANCEL Via transport matching.
   * Fix Re-SUBSCRIBE handling in eventserver.
   * Update test case after changes of loop detection.
+  * Update test cases after changes of Via transport matching.
 
- -- Mikael Magnusson <mikma at users.sourceforge.net>  Thu, 16 Jul 2009 22:46:04 +0200
+ -- Mikael Magnusson <mikma at users.sourceforge.net>  Thu, 16 Jul 2009 22:59:12 +0200

Modified: yxa/trunk/debian/patches/fix_via_sentby_proto.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/patches/fix_via_sentby_proto.dpatch?rev=7422&op=diff
==============================================================================
--- yxa/trunk/debian/patches/fix_via_sentby_proto.dpatch (original)
+++ yxa/trunk/debian/patches/fix_via_sentby_proto.dpatch Thu Jul 16 20:59:55 2009
@@ -8,8 +8,8 @@
 
 @DPATCH@
 diff -urNad yxa-1.0+20090326~/src/sipheader.erl yxa-1.0+20090326/src/sipheader.erl
---- yxa-1.0+20090326~/src/sipheader.erl	2009-03-25 09:17:49.000000000 +0100
-+++ yxa-1.0+20090326/src/sipheader.erl	2009-06-25 22:12:07.000000000 +0200
+--- yxa-1.0+20090326~/src/sipheader.erl	2009-07-16 22:57:34.000000000 +0200
++++ yxa-1.0+20090326/src/sipheader.erl	2009-07-16 22:57:58.000000000 +0200
 @@ -815,11 +815,10 @@
  
  %%--------------------------------------------------------------------
@@ -32,3 +32,21 @@
  
  %%--------------------------------------------------------------------
  %% @spec    (Request) ->
+@@ -1595,7 +1594,7 @@
+ 
+     autotest:mark(?LINE, "get_server_transaction_id/1 - 1.2"),
+     %% check result
+-    {"z9hG4bK-really-unique", {"SIP/2.0/TLS", "sip.example.org", 5061}, "INVITE"} = Invite1Id,
++    {"z9hG4bK-really-unique", {"sip.example.org", 5061}, "INVITE"} = Invite1Id,
+ 
+     autotest:mark(?LINE, "get_server_transaction_id/1 - 2"),
+     %% make an ACK for an imagined 3xx-6xx response with to-tag "t-123"
+@@ -1695,7 +1694,7 @@
+     %% test via_sentby(Via)
+     %%--------------------------------------------------------------------
+     autotest:mark(?LINE, "via_sentby/1 - 1"),
+-    {"proto", "host", 1234} = via_sentby(#via{proto="proto", host="host", port=1234}),
++    {"host", 1234} = via_sentby(#via{proto="proto", host="host", port=1234}),
+ 
+ 
+     %% test via_print(Via)




More information about the Pkg-voip-commits mailing list