Commit af46aeb1 authored by Łukasz Nowak's avatar Łukasz Nowak

- there is no need to test version implementation for rules and each test is...

 - there is no need to test version implementation for rules and each test is working in clean, self initiated, environment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28879 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f6ca4f1b
......@@ -102,7 +102,6 @@ class TestBPMEvaluationMixin(TestBPMMixin):
matching_property = ('resource_list', 'variation_category_list',
'variation_property_dict')
)
# TODO: version
edit_dict.update(**kw)
rule = self.rule_tool.newContent(**edit_dict)
rule.newContent(portal_type='Category Divergence Tester',
......@@ -135,7 +134,6 @@ class TestBPMEvaluationMixin(TestBPMMixin):
transaction.commit()
def _createTradeModelRule(self):
# TODO: version
edit_dict = {}
edit_dict.update(
)
......@@ -187,7 +185,6 @@ class TestBPMEvaluationMixin(TestBPMMixin):
transaction.commit()
def _createInvoicingRule(self):
# TODO: version
edit_dict = {}
edit_dict.update(
)
......
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