[asterisk-commits] kmoore: testsuite/asterisk/trunk r3602 - /asterisk/trunk/tests/bridge/connect...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 7 13:41:59 CST 2013


Author: kmoore
Date: Mon Jan  7 13:41:55 2013
New Revision: 3602

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3602
Log:
Do some cleanup

Since AMIEventModule will no longer throw an exception if the
'requirements' config section is missing, clean up a test where it was
worked around.

Modified:
    asterisk/trunk/tests/bridge/connected_line_update/test-config.yaml

Modified: asterisk/trunk/tests/bridge/connected_line_update/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/bridge/connected_line_update/test-config.yaml?view=diff&rev=3602&r1=3601&r2=3602
==============================================================================
--- asterisk/trunk/tests/bridge/connected_line_update/test-config.yaml (original)
+++ asterisk/trunk/tests/bridge/connected_line_update/test-config.yaml Mon Jan  7 13:41:55 2013
@@ -52,10 +52,8 @@
         conditions:
             match:
                 Event: 'NewCallerid'
+                CallerIDName: 'newalice'
                 CallerIDNum: '5432'
-        requirements:
-            match:
-                CallerIDName: 'newalice'
         count: '1'
     -
         type: 'headermatch'
@@ -63,10 +61,8 @@
         conditions:
             match:
                 Event: 'NewCallerid'
+                CallerIDName: 'newbob'
                 CallerIDNum: '2345'
-        requirements:
-            match:
-                CallerIDName: 'newbob'
         count: '1'
 
 




More information about the asterisk-commits mailing list