[svn-commits] mjordan: testsuite/asterisk/trunk r4754 - /asterisk/trunk/tests/cdr/originate...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 28 08:56:37 CST 2014


Author: mjordan
Date: Fri Feb 28 08:56:33 2014
New Revision: 4754

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4754
Log:
originate-cdr-disposition: Fix test failure

This modifies the expected originate success condition for iterations 2 and 3.
In these iterations, the Dial operation completes with either a result of
"Congestion" or a result of "Failed". Since an Originate only succeeds if the
channel is Answered, it should be expected that these two operations would
fail as well.

Modified:
    asterisk/trunk/tests/cdr/originate-cdr-disposition/test-config.yaml

Modified: asterisk/trunk/tests/cdr/originate-cdr-disposition/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/originate-cdr-disposition/test-config.yaml?view=diff&rev=4754&r1=4753&r2=4754
==============================================================================
--- asterisk/trunk/tests/cdr/originate-cdr-disposition/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/originate-cdr-disposition/test-config.yaml Fri Feb 28 08:56:33 2014
@@ -66,10 +66,10 @@
         ignore-originate-failure: False
     -
         parameters: { channel: 'sip/test1', context: 'default', exten: 'wait', priority: '1' }
-        ignore-originate-failure: False
+        ignore-originate-failure: True
     -
         parameters: { channel: 'sip/test1', context: 'default', exten: 'wait', priority: '1' }
-        ignore-originate-failure: False
+        ignore-originate-failure: True
     -
         parameters: { channel: 'sip/test1', context: 'default', exten: 'wait', priority: '1', timeout: 1 }
         ignore-originate-failure: True




More information about the svn-commits mailing list