summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/DBProblem/test3.py
diff options
context:
space:
mode:
authorRefik Hadzialic2011-08-02 16:47:17 +0200
committerRefik Hadzialic2011-08-02 16:47:17 +0200
commit24414ec73f840f3f9050b4724bdeae6fd9731870 (patch)
treef931677f26ab4f7d18d34dc6175316dd125dd030 /For Weekly Test/DBProblem/test3.py
parentModiefied the code to work with ssh tunneling (diff)
parentrename device name on database. (diff)
downloadgsm-selftest-24414ec73f840f3f9050b4724bdeae6fd9731870.tar.gz
gsm-selftest-24414ec73f840f3f9050b4724bdeae6fd9731870.tar.xz
gsm-selftest-24414ec73f840f3f9050b4724bdeae6fd9731870.zip
Merge branch 'master' of lab.ks.uni-freiburg.de:lsfks/projekte/gsm-selftest
Diffstat (limited to 'For Weekly Test/DBProblem/test3.py')
-rw-r--r--For Weekly Test/DBProblem/test3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/DBProblem/test3.py b/For Weekly Test/DBProblem/test3.py
index d600124..4450790 100644
--- a/For Weekly Test/DBProblem/test3.py
+++ b/For Weekly Test/DBProblem/test3.py
@@ -15,8 +15,8 @@ print 'i am inserting into the table something', db.insertTaskIn2('gsm4','sip8',
print 'i am inserting into the table something', db.insertTaskIn2('gsm4','sip8',2)
db.anyTasksToDo()
if db.anyTasksToDo() == 1:
- templist = db.tasksList
- for item in templist:
+
+ for item in db.tasksList:
taskID = item[0]
taskNo = item[1]
callFrom = item[2]