[svn-commits] mnicholson: testsuite/asterisk/trunk r112 - /asterisk/trunk/tests/blind-trans...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 22 15:06:02 CDT 2010


Author: mnicholson
Date: Mon Mar 22 15:05:59 2010
New Revision: 112

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=112
Log:
Fixed the description of the blind-transfer-accountcode test

Modified:
    asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml
    asterisk/trunk/tests/blind-transfer-accountcode/test.lua

Modified: asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml?view=diff&rev=112&r1=111&r2=112
==============================================================================
--- asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml (original)
+++ asterisk/trunk/tests/blind-transfer-accountcode/test-config.yaml Mon Mar 22 15:05:59 2010
@@ -5,11 +5,7 @@
         channel without and account code, then transfers the dialed channel to
         another channel, the calling (and transferring) channel's account code
         is copied to the called channel and stored in the CDR record for the
-        transfer.
-
-        This test also ensures that if the called channel has an account code,
-        the calling channel's account code is not copied and instead the called
-        channel's account code is used."
+        transfer."
     issues:
         - mantis : '16331'
 

Modified: asterisk/trunk/tests/blind-transfer-accountcode/test.lua
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/blind-transfer-accountcode/test.lua?view=diff&rev=112&r1=111&r2=112
==============================================================================
--- asterisk/trunk/tests/blind-transfer-accountcode/test.lua (original)
+++ asterisk/trunk/tests/blind-transfer-accountcode/test.lua Mon Mar 22 15:05:59 2010
@@ -1,17 +1,3 @@
---[[
-Test account code propagation for SIP blind transfers.
-
-This test ensures that when a channel with an account code, dials a channel
-without and account code, then transfers the dialed channel to another channel,
-the calling (and transferring) channel's account code is copied to the called
-channel and stored in the CDR record for the transfer.
-
-This test also ensures that if the called channel has an account code, the
-calling channel's account code is not copied and instead the called channel's
-account code is used.
-
-(related to issue 16331)
-]]
 
 function sipp_exec(scenario, name, local_port)
 	local inf = "data.csv"




More information about the svn-commits mailing list