Commit ffbd212e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

implement generateHashKey().


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30699 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b44fe007
......@@ -118,7 +118,7 @@ class FloatDivergenceTester(Predicate):
If decision_movement is a simulation movement, use
the recorded properties instead of the native ones.
"""
raise NotImplementedError
return '%s/%s' % (self.getPortalType(), self.getTestedProperty())
def compare(self, prevision_movement, decision_movement):
"""
......
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