[svn-commits] file: testsuite/asterisk/trunk r5659 - in /asterisk/trunk/tests/hep: pjsip-ip...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Oct 3 03:00:03 CDT 2014


Author: file
Date: Fri Oct  3 03:00:00 2014
New Revision: 5659

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5659
Log:
tests/hep/pjsip, tests/hep/pjsip-ipv6: Remove expected "c=" line as it no longer exists.

A patch has gone in which reduces SDP size by not duplicating the "c="
line at session and media level. As a result expected SDP has now changed.

Modified:
    asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml
    asterisk/trunk/tests/hep/pjsip/test-config.yaml

Modified: asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml?view=diff&rev=5659&r1=5658&r2=5659
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml Fri Oct  3 03:00:00 2014
@@ -108,7 +108,6 @@
                     - 'c=IN IP6 \[::1\]'
                     - 't=0 0'
                     - 'm=audio(.*?)RTP/AVP 0 8 101'
-                    - 'c=IN IP6 \[::1\]'
                     - 'a=rtpmap:0 PCMU/8000'
                     - 'a=rtpmap:8 PCMA/8000'
                     - 'a=rtpmap:101 telephone-event/8000'

Modified: asterisk/trunk/tests/hep/pjsip/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip/test-config.yaml?view=diff&rev=5659&r1=5658&r2=5659
==============================================================================
--- asterisk/trunk/tests/hep/pjsip/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip/test-config.yaml Fri Oct  3 03:00:00 2014
@@ -107,7 +107,6 @@
                     - 'c=IN IP4 127.0.0.1'
                     - 't=0 0'
                     - 'm=audio(.*?)RTP/AVP 0 8 101'
-                    - 'c=IN IP4 127.0.0.1'
                     - 'a=rtpmap:0 PCMU/8000'
                     - 'a=rtpmap:8 PCMA/8000'
                     - 'a=rtpmap:101 telephone-event/8000'




More information about the svn-commits mailing list