From af46aeb1a8a5c9e53803ac97a70830b54e7edf11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 9 Sep 2009 14:21:20 +0000 Subject: [PATCH] - 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 --- product/ERP5/tests/testBPMEvaluation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/product/ERP5/tests/testBPMEvaluation.py b/product/ERP5/tests/testBPMEvaluation.py index bd20573e85..e82e5f8ab1 100644 --- a/product/ERP5/tests/testBPMEvaluation.py +++ b/product/ERP5/tests/testBPMEvaluation.py @@ -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( ) -- 2.30.9