[asterisk-commits] espiceland: testsuite/asterisk/trunk r522 - /asterisk/trunk/tests/fastagi/cha...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jul 20 16:00:06 CDT 2010
Author: espiceland
Date: Tue Jul 20 16:00:02 2010
New Revision: 522
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=522
Log:
Cleaning up some comments and descriptions.
Modified:
asterisk/trunk/tests/fastagi/channel-status/run-test
asterisk/trunk/tests/fastagi/channel-status/test-config.yaml
Modified: asterisk/trunk/tests/fastagi/channel-status/run-test
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/fastagi/channel-status/run-test?view=diff&rev=522&r1=521&r2=522
==============================================================================
--- asterisk/trunk/tests/fastagi/channel-status/run-test (original)
+++ asterisk/trunk/tests/fastagi/channel-status/run-test Tue Jul 20 16:00:02 2010
@@ -64,7 +64,7 @@
elif self.test == 6:
self.result_changed()
- # This gets invoked by the dialplan when A answers call
+ # This gets invoked by the dialplan when the call is answered
# Disconnect agi and set test result values
def do_test(self, agi):
@@ -130,8 +130,6 @@
def run(self):
self.start_asterisk()
-
- # Make a call
reactor.callLater(2, self.launch_test)
reactor.callLater(self.timeout, self.read_result)
Modified: asterisk/trunk/tests/fastagi/channel-status/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/fastagi/channel-status/test-config.yaml?view=diff&rev=522&r1=521&r2=522
==============================================================================
--- asterisk/trunk/tests/fastagi/channel-status/test-config.yaml (original)
+++ asterisk/trunk/tests/fastagi/channel-status/test-config.yaml Tue Jul 20 16:00:02 2010
@@ -1,7 +1,9 @@
testinfo:
summary: 'Test FastAGI channelStatus() function.'
description: |
- "Test FastAGI channelStatus() function. Note: This test also relies on FastAGI's answer() function, so this test can be considered a test for both functions."
+ "Test FastAGI channelStatus() function. Note: This test also
+ relies on FastAGI's answer() function, so this test can be considered
+ a test for both functions."
properties:
More information about the asterisk-commits
mailing list