[svn-commits] jrose: testsuite/asterisk/trunk r2786 - in /asterisk/trunk/tests/apps/voicema...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 16 11:15:49 CST 2011
Author: jrose
Date: Wed Nov 16 11:15:48 2011
New Revision: 2786
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2786
Log:
Removes expected failure from tests previously expected to fail that now pass.
Also fixes leave_voicemail_forwarding test.
Modified:
asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/run-test
asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml
asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml
Modified: asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/run-test?view=diff&rev=2786&r1=2785&r2=2786
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/run-test (original)
+++ asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/run-test Wed Nov 16 11:15:48 2011
@@ -114,13 +114,12 @@
if not voicemailManager.checkVoicemailExists("default","9002",0,formats):
logger.warn("No voicemail left for default/9002")
test.passed = False
- if not voicemailManager.checkVoicemailExists("default","9003",0,formats):
+ if not voicemailManager.checkVoicemailExists("default","9003",0,formats,"Urgent"):
logger.warn("No voicemail left for default/9003")
test.passed = False
- if not voicemailManager.checkVoicemailExists("notdefault","9004",0,formats):
+ if not voicemailManager.checkVoicemailExists("notdefault","9004",0,formats,"Urgent"):
logger.warn("No voicemail left for notdefault/9004")
test.passed = False
-
if not test.passed:
return 1
Modified: asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml?view=diff&rev=2786&r1=2785&r2=2786
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding/test-config.yaml Wed Nov 16 11:15:48 2011
@@ -7,7 +7,6 @@
properties:
# Expected to fail per ASTERISK-18245
- expectedResult: 'Fail'
minversion: '1.8'
testconditions:
testconditions:
Modified: asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml?view=diff&rev=2786&r1=2785&r2=2786
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml (original)
+++ asterisk/trunk/tests/apps/voicemail/leave_voicemail_forwarding_auto_urgent/test-config.yaml Wed Nov 16 11:15:48 2011
@@ -7,7 +7,6 @@
properties:
# Expected to fail per ASTERISK-18246
- expectedResult: 'Fail'
minversion: '1.8'
testconditions:
testconditions:
More information about the svn-commits
mailing list