[svn-commits] mjordan: testsuite/asterisk/trunk r4916 - in /asterisk/trunk/tests/hep: pjsip...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Mar 29 07:55:32 CDT 2014


Author: mjordan
Date: Sat Mar 29 07:55:20 2014
New Revision: 4916

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4916
Log:
hep: Ignore Allow header values

The order of the Allow header in the SIP messages returned by Asterisk is
dependent on the order that the PJSIP modules are loaded. This isn't always
deterministic; hence, simply ignore the values. That's not really the point of
these tests anyway.

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

Modified: asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml?view=diff&rev=4916&r1=4915&r2=4916
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-auth/test-config.yaml Sat Mar 29 07:55:20 2014
@@ -99,7 +99,7 @@
                     - 'To: "test" <sip:test at 127.0.0.1>;tag=(.*)'
                     - 'CSeq: 1 INVITE'
                     - 'Contact: <sip:127.0.0.1:5060>'
-                    - 'Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REFER, REGISTER, MESSAGE'
+                    - 'Allow: (.*)'
                     - 'Supported: 100rel, timer, replaces, norefersub'
                     - 'Content-Type: application/sdp'
                     - 'Content-Length:(.*)'

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=4916&r1=4915&r2=4916
==============================================================================
--- asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip-ipv6/test-config.yaml Sat Mar 29 07:55:20 2014
@@ -96,7 +96,7 @@
                     - 'To: "test" <sip:test@\[::1\]>;tag=(.*)'
                     - 'CSeq: 1 INVITE'
                     - 'Contact: <sip:\[::1\]:5060>'
-                    - 'Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REFER, REGISTER, MESSAGE'
+                    - 'Allow: (.*)'
                     - 'Supported: 100rel, timer, replaces, norefersub'
                     - 'Content-Type: application/sdp'
                     - 'Content-Length:(.*)'

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=4916&r1=4915&r2=4916
==============================================================================
--- asterisk/trunk/tests/hep/pjsip/test-config.yaml (original)
+++ asterisk/trunk/tests/hep/pjsip/test-config.yaml Sat Mar 29 07:55:20 2014
@@ -95,7 +95,7 @@
                     - 'To: "test" <sip:test at 127.0.0.1>;tag=(.*)'
                     - 'CSeq: 1 INVITE'
                     - 'Contact: <sip:127.0.0.1:5060>'
-                    - 'Allow: OPTIONS, SUBSCRIBE, NOTIFY, PUBLISH, INVITE, ACK, BYE, CANCEL, UPDATE, PRACK, REFER, REGISTER, MESSAGE'
+                    - 'Allow: (.*)'
                     - 'Supported: 100rel, timer, replaces, norefersub'
                     - 'Content-Type: application/sdp'
                     - 'Content-Length:(.*)'




More information about the svn-commits mailing list