[asterisk-commits] mjordan: testsuite/asterisk/trunk r4845 - /asterisk/trunk/tests/apps/confbrid...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 14 16:10:02 CDT 2014
Author: mjordan
Date: Fri Mar 14 16:09:58 2014
New Revision: 4845
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=4845
Log:
confbridge-triple-lindy: Don't check for entrance sound for marked users
Marked users are no longer notified when they enter into a conference. There's
no time when they aren't allowed into conferences; ergo, the sound was removed.
Ergo, checking for it here in this test is no longer valid. Ergo, this commit.
Modified:
asterisk/trunk/tests/apps/confbridge/confbridge_triple_lindy/test-config.yaml
Modified: asterisk/trunk/tests/apps/confbridge/confbridge_triple_lindy/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/confbridge/confbridge_triple_lindy/test-config.yaml?view=diff&rev=4845&r1=4844&r2=4845
==============================================================================
--- asterisk/trunk/tests/apps/confbridge/confbridge_triple_lindy/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/confbridge/confbridge_triple_lindy/test-config.yaml Fri Mar 14 16:09:58 2014
@@ -291,18 +291,6 @@
Event: 'TestEvent'
State: 'PLAYBACK'
Channel: 'Local/marked-user at confbridge-.*'
- Message: 'conf-placeintoconf'
- actions:
- -
- action-type: 'set-expected-result'
- expected-result: 'Marked user heard conf-placeintoconf'
- -
- type: 'headermatch'
- conditions:
- match:
- Event: 'TestEvent'
- State: 'PLAYBACK'
- Channel: 'Local/marked-user at confbridge-.*'
Message: 'confbridge-join'
actions:
-
@@ -555,18 +543,6 @@
-
action-type: 'set-expected-result'
expected-result: 'Marked user left Conference'
- -
- type: 'headermatch'
- conditions:
- match:
- Event: 'TestEvent'
- State: 'PLAYBACK'
- Channel: 'Local/marked-user at confbridge-.*'
- Message: 'conf-placeintoconf'
- actions:
- -
- action-type: 'set-expected-result'
- expected-result: 'Marked user heard conf-placeintoconf'
-
type: 'headermatch'
conditions:
@@ -823,18 +799,6 @@
Event: 'TestEvent'
State: 'PLAYBACK'
Channel: 'Local/marked-user at confbridge-.*'
- Message: 'conf-placeintoconf'
- actions:
- -
- action-type: 'set-expected-result'
- expected-result: 'Marked user heard conf-placeintoconf'
- -
- type: 'headermatch'
- conditions:
- match:
- Event: 'TestEvent'
- State: 'PLAYBACK'
- Channel: 'Local/marked-user at confbridge-.*'
Message: 'confbridge-join'
actions:
-
@@ -1001,18 +965,6 @@
-
action-type: 'set-expected-result'
expected-result: 'Marked user left Conference'
- -
- type: 'headermatch'
- conditions:
- match:
- Event: 'TestEvent'
- State: 'PLAYBACK'
- Channel: 'Local/marked-user at confbridge-.*'
- Message: 'conf-placeintoconf'
- actions:
- -
- action-type: 'set-expected-result'
- expected-result: 'Marked user heard conf-placeintoconf'
-
type: 'headermatch'
conditions:
More information about the asterisk-commits
mailing list