Commit 2be7c01f authored by Vincent Bechu's avatar Vincent Bechu

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

parent f0f7587f
......@@ -186,7 +186,7 @@ class FunctionalTestRunner:
def processResult(self, iframe):
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 = []
detail = ""
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