Commit f141625e authored by Vincent Bechu's avatar Vincent Bechu Committed by Eteri

[product/ERP5Type] Define failure before use in ERP5TypeFunctionalTestCase.py

parent 2c681559
...@@ -186,7 +186,7 @@ class FunctionalTestRunner: ...@@ -186,7 +186,7 @@ class FunctionalTestRunner:
def processResult(self, iframe): def processResult(self, iframe):
tbody = iframe.xpath('.//body/table/tbody')[0] tbody = iframe.xpath('.//body/table/tbody')[0]
tr_count = failure_amount = expected_failure_amount = 0 tr_count = failure_amount = expected_failure_amount = failuere = 0
error_title_list = [] error_title_list = []
detail = "" detail = ""
for tr in tbody: for tr in tbody:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment