[asterisk-commits] mjordan: testsuite/asterisk/trunk r3277 - in /asterisk/trunk/tests: apps/voic...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 21 14:42:29 CDT 2012


Author: mjordan
Date: Thu Jun 21 14:42:27 2012
New Revision: 3277

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=3277
Log:
Set the appropriate minversion for a number of tests

This patch updates a number of tests with appropriate minversion tags
reflecting when they were actually committed into the 1.8 branch:
* leave_voicemail_contexts
* cdr_accountcode

Modified:
    asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/test-config.yaml
    asterisk/trunk/tests/cdr/cdr_accountcode/test-config.yaml
    asterisk/trunk/tests/channels/SIP/sip2cause/test-config.yaml
    asterisk/trunk/tests/masquerade/test-config.yaml

Modified: asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/test-config.yaml?view=diff&rev=3277&r1=3276&r2=3277
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/leave_voicemail_contexts/test-config.yaml Thu Jun 21 14:42:27 2012
@@ -5,7 +5,7 @@
         other contexts when leaving a voicemail.
 
 properties:
-    minversion: '1.8.0.0'
+    minversion: '1.8.14.0'
     testconditions:
         - name: 'threads'
           ignoredThreads:

Modified: asterisk/trunk/tests/cdr/cdr_accountcode/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/cdr/cdr_accountcode/test-config.yaml?view=diff&rev=3277&r1=3276&r2=3277
==============================================================================
--- asterisk/trunk/tests/cdr/cdr_accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/cdr/cdr_accountcode/test-config.yaml Thu Jun 21 14:42:27 2012
@@ -5,7 +5,7 @@
         and that it is passed to local dials.'
 
 properties:
-    minversion: '1.8.0.0'
+    minversion: '1.8.12.0'
     dependencies:
         - python : 'twisted'
         - python : 'starpy'

Modified: asterisk/trunk/tests/channels/SIP/sip2cause/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/SIP/sip2cause/test-config.yaml?view=diff&rev=3277&r1=3276&r2=3277
==============================================================================
--- asterisk/trunk/tests/channels/SIP/sip2cause/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/SIP/sip2cause/test-config.yaml Thu Jun 21 14:42:27 2012
@@ -5,7 +5,7 @@
         the Q.850 equivalent (1/UNALLOCATED).'
 
 properties:
-    minversion: '1.8.0.0'
+    minversion: '1.8.14.0'
     dependencies:
         - python: 'starpy'
         - sipp:

Modified: asterisk/trunk/tests/masquerade/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/masquerade/test-config.yaml?view=diff&rev=3277&r1=3276&r2=3277
==============================================================================
--- asterisk/trunk/tests/masquerade/test-config.yaml (original)
+++ asterisk/trunk/tests/masquerade/test-config.yaml Thu Jun 21 14:42:27 2012
@@ -4,7 +4,7 @@
         'Create a long chain of local channels to be optimized out.'
 
 properties:
-    minversion: '1.8.0.0'
+    minversion: '1.8.14.0'
     dependencies:
         - python : 'twisted'
         - python : 'starpy'




More information about the asterisk-commits mailing list