summaryrefslogtreecommitdiffstats
path: root/Code/Server-Code/initTestClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Server-Code/initTestClass.py')
-rw-r--r--[-rwxr-xr-x]Code/Server-Code/initTestClass.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Code/Server-Code/initTestClass.py b/Code/Server-Code/initTestClass.py
index b3414e2..568f840 100755..100644
--- a/Code/Server-Code/initTestClass.py
+++ b/Code/Server-Code/initTestClass.py
@@ -79,6 +79,8 @@ class initTesting:
self.initaccount(dest,callTo)
if self.status == 1:
+ #string = 'Account:username:password:server:ipaddress:portaddress:portnumber'
+
callPortName = caller[0]
accCaller = caller[2]+':'+caller[3]+':'+caller[4]+':'
@@ -91,6 +93,7 @@ class initTesting:
makeTest.FuncTest()
self.result = str(makeTest.testResult)
+
else:
self.result = 100
else: