Commit d8e3f45e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we need an information in a divergence message : from which tester the divergence comes from.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31238 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72d04c49
......@@ -84,6 +84,7 @@ class DivergenceTesterMixin:
decision_value=decision_value,
prevision_value=prevision_value,
tested_property=self.getTestedProperty(),
tester_relative_url=self.getRelativeUrl(),
message=message,
mapping=mapping
)
......
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