[svn-commits] mjordan: testsuite/asterisk/trunk r4295 - /asterisk/trunk/tests/cdr/cdr_manip...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Oct 27 17:22:11 CDT 2013
Author: mjordan
Date: Sun Oct 27 17:22:10 2013
New Revision: 4295
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4295
Log:
Update cdr_fork_end_time last application testing
Because the forking of a CDR occurs on a different thread of execution than
the actual recording of the state of the channels that comprise that CDR, it is
possible for the last application to be recorded not as "ForkCDR" but as
something else. Don't bother checking for the last application.
Modified:
asterisk/trunk/tests/cdr/cdr_manipulation/cdr_fork_end_time/test-config.yaml
Modified: asterisk/trunk/tests/cdr/cdr_manipulation/cdr_fork_end_time/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/cdr_manipulation/cdr_fork_end_time/test-config.yaml?view=diff&rev=4295&r1=4294&r2=4295
==============================================================================
--- asterisk/trunk/tests/cdr/cdr_manipulation/cdr_fork_end_time/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/cdr_manipulation/cdr_fork_end_time/test-config.yaml Sun Oct 27 17:22:10 2013
@@ -78,7 +78,6 @@
-
accountcode: 'cdrtest_local'
destination: '1'
- lastapp: 'ForkCDR'
dcontext: 'default'
channel: 'Local/1 at default-.*'
dchannel: ''
More information about the svn-commits
mailing list