[asterisk-commits] mjordan: testsuite/asterisk/trunk r2147 - /asterisk/trunk/tests/apps/voicemai...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 9 13:07:32 CDT 2011
Author: mjordan
Date: Fri Sep 9 13:07:28 2011
New Revision: 2147
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2147
Log:
Removed attempt to hangup at end of test - this is causing
the test to throw an exception on the redirect as AMI is
logging off.
Modified:
asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
Modified: asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test?view=diff&rev=2147&r1=2146&r2=2147
==============================================================================
--- asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test (original)
+++ asterisk/trunk/tests/apps/voicemail/check_voicemail_nominal/run-test Fri Sep 9 13:07:28 2011
@@ -360,7 +360,6 @@
if event['result'] == "pass":
self.passed = True
- super(CheckVoicemailNominal, self).hangup()
logger.info("VoiceMail successfully exited")
else:
logger.warn("VoiceMail did not successfully exit:")
More information about the asterisk-commits
mailing list