[svn-commits] mjordan: testsuite/asterisk/trunk r6296 - /asterisk/trunk/tests/rest_api/exte...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jan 14 22:33:35 CST 2015


Author: mjordan
Date: Wed Jan 14 22:33:30 2015
New Revision: 6296

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=6296
Log:
rest_api/external_interaction/bridge_app/stasis_bridge: Update min to 13.2.0

Due to ASTERISK-24637, this test would not pass until the underlying bug
documented in that issue was fixed. Since that patch will be included in
13.2.0, that should be the minversion for this test.

Modified:
    asterisk/trunk/tests/rest_api/external_interaction/bridge_app/stasis_bridge/test-config.yaml

Modified: asterisk/trunk/tests/rest_api/external_interaction/bridge_app/stasis_bridge/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/rest_api/external_interaction/bridge_app/stasis_bridge/test-config.yaml?view=diff&rev=6296&r1=6295&r2=6296
==============================================================================
--- asterisk/trunk/tests/rest_api/external_interaction/bridge_app/stasis_bridge/test-config.yaml (original)
+++ asterisk/trunk/tests/rest_api/external_interaction/bridge_app/stasis_bridge/test-config.yaml Wed Jan 14 22:33:30 2015
@@ -22,7 +22,7 @@
         - jira: 'ASTERISK-24637'
 
 properties:
-    minversion: '12.8.0'
+    minversion: '13.2.0'
     dependencies:
         - python : autobahn.websocket
         - python : requests




More information about the svn-commits mailing list