[Asterisk-code-review] testsuite: Fix test to tolerate an optional 100 Trying message. (testsuite[master])

Richard Mudgett asteriskteam at digium.com
Tue Apr 25 11:18:31 CDT 2017


Richard Mudgett has uploaded a new change for review. ( https://gerrit.asterisk.org/5523 )

Change subject: testsuite: Fix test to tolerate an optional 100 Trying message.
......................................................................

testsuite: Fix test to tolerate an optional 100 Trying message.

Fix channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs
to tolerate an optional 100 Trying that a recent patch causes chan_pjsip
to put out earlier.

ASTERISK-26890

Change-Id: I54e45cbd6adc536dce94c951c20fbf75f6dc377e
---
M tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/23/5523/1

diff --git a/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml b/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
index bf07d52..11addea 100644
--- a/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
+++ b/tests/channels/pjsip/basic_calls/incoming/off-nominal/incompatible_codecs/sipp/uac-488.xml
@@ -29,6 +29,9 @@
     ]]>
   </send>
 
+  <recv response="100" optional="true">
+  </recv>
+
   <recv response="488" rtd="true">
   </recv>
 

-- 
To view, visit https://gerrit.asterisk.org/5523
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I54e45cbd6adc536dce94c951c20fbf75f6dc377e
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>



More information about the asterisk-code-review mailing list