[asterisk-commits] mjordan: testsuite/asterisk/trunk r5869 - /asterisk/trunk/tests/channels/pjsi...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Nov 1 20:28:24 CDT 2014


Author: mjordan
Date: Sat Nov  1 20:28:21 2014
New Revision: 5869

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5869
Log:
pjsip/registration/outbound/unregsiter/unauthed: Set expected result to Passed

When ASTERISK-24411 was fixed, the test started to fail as the expected result
was to fail. This patch removes that so that it passes again.

Modified:
    asterisk/trunk/tests/channels/pjsip/registration/outbound/unregister/unauthed/test-config.yaml

Modified: asterisk/trunk/tests/channels/pjsip/registration/outbound/unregister/unauthed/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/pjsip/registration/outbound/unregister/unauthed/test-config.yaml?view=diff&rev=5869&r1=5868&r2=5869
==============================================================================
--- asterisk/trunk/tests/channels/pjsip/registration/outbound/unregister/unauthed/test-config.yaml (original)
+++ asterisk/trunk/tests/channels/pjsip/registration/outbound/unregister/unauthed/test-config.yaml Sat Nov  1 20:28:21 2014
@@ -24,11 +24,9 @@
     tags:
         - pjsip
         - AMI
-    # Expect it to fail until ASTERISK-24411 is resolved. Note: A pause has
-    # been added to the end of the SIPp scenario to work around frequent
-    # failures caused by ASTERISK-24414. The pause should be removed once
-    # ASTERISK-24414 is resolved.
-    expected-result: False
+    # Note: A pause has been added to the end of the SIPp scenario to work
+    # around frequent failures caused by ASTERISK-24414. The pause should
+    # be removed once ASTERISK-24414 is resolved.
 
 test-modules:
     add-test-to-search-path: 'True'




More information about the asterisk-commits mailing list