[svn-commits] mjordan: testsuite/asterisk tag 1.8.8.1 r2973 - in /asterisk/tags/1.8.8.1/tes...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Dec 29 14:05:50 CST 2011


Author: mjordan
Date: Thu Dec 29 14:05:46 2011
New Revision: 2973

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2973
Log:
Made several tests expected results to be "Fail", as they were added
before 1.8.8.x was released.  The versions for those tests will be rev'd
in the main testsuite trunk to 1.8.9 to prevent them from running against
non-1.8.9+ tags.

Modified:
    asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml
    asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml
    asterisk/tags/1.8.8.1/tests/channels/SIP/sip_register_domain_acl/test-config.yaml

Modified: asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml?view=diff&rev=2973&r1=2972&r2=2973
==============================================================================
--- asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml (original)
+++ asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml Thu Dec 29 14:05:46 2011
@@ -7,7 +7,7 @@
 
 properties:
     minversion: '1.8'
-    testconditions:
+    expectedResult: 'Fail'
     testconditions:
         - name: 'threads'
           ignoredThreads:

Modified: asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml?view=diff&rev=2973&r1=2972&r2=2973
==============================================================================
--- asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml (original)
+++ asterisk/tags/1.8.8.1/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml Thu Dec 29 14:05:46 2011
@@ -7,7 +7,7 @@
 
 properties:
     minversion: '1.8'
-    testconditions:
+    expectedResults: 'Fail'
     testconditions:
         - name: 'threads'
           ignoredThreads:

Modified: asterisk/tags/1.8.8.1/tests/channels/SIP/sip_register_domain_acl/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/tags/1.8.8.1/tests/channels/SIP/sip_register_domain_acl/test-config.yaml?view=diff&rev=2973&r1=2972&r2=2973
==============================================================================
--- asterisk/tags/1.8.8.1/tests/channels/SIP/sip_register_domain_acl/test-config.yaml (original)
+++ asterisk/tags/1.8.8.1/tests/channels/SIP/sip_register_domain_acl/test-config.yaml Thu Dec 29 14:05:46 2011
@@ -4,6 +4,7 @@
         'Make sure that allowexternaldomains works properly'
 properties:
     minversion: '1.8'
+    expectedResult: 'Fail'
     dependencies:
         - python: 'twisted'
         - sipp:




More information about the svn-commits mailing list