[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jul 6 21:59:09 CDT 2011


branch "review" has been updated
       via  2c2ebaa603732976dd438c1f6bec473700aee9df (commit)
      from  bbd252970c71f4a2d5aa0904343b9e0d429317a7 (commit)

Summary of changes:
 remote.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit 2c2ebaa603732976dd438c1f6bec473700aee9df
Author: Darren Sessions <dsessions at digium.com>
Date:   Wed Jul 6 21:59:06 2011 -0500

    fixed the process list function so the varied results that are return are all of the same data type.

diff --git a/remote.py b/remote.py
index ffb2eb4..33d8b5a 100755
--- a/remote.py
+++ b/remote.py
@@ -41,7 +41,7 @@ class RemoteManagement(object):
                 list[plugin].append(label)
         if list:
             return {'success':True,'msg':list} 
-        return {'success':True,'msg':'Nothing running.'}
+        return {'success':True,'msg':{}}
 
     def pExpect(self, hostName, globalVars, plugin, label, execCmd, expect, send, countOnIndex, errorOnIndex = 9999, timeout=None, terminate=True):
         if not type(execCmd) == list or not type(expect) == list or not type(send) == list:

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list