[FIX] tests typo in js tests result parsing

bzr revid: al@openerp.com-20140316200135-dyyl6u5uas4js90g
This commit is contained in:
Antony Lesuisse 2014-03-16 21:01:35 +01:00
parent 97a097dbab
commit c3ef6eb892
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ class HttpCase(TransactionCase):
if line == "ok":
break
if line.startswith("error"):
line_ = self.line[6:]
line_ = ine[6:]
# when error occurs the execution stack may be sent as as JSON
try:
line_ = json.loads(line_)