Commit 783335ae authored by Vincent Bechu's avatar Vincent Bechu Committed by Klaus Wölfel

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

parent 3798990c
...@@ -188,7 +188,7 @@ class FunctionalTestRunner: ...@@ -188,7 +188,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