[Erp5-report] r28879 - /erp5/trunk/products/ERP5/tests/testBPMEvaluation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Sep 9 16:21:21 CEST 2009


Author: luke
Date: Wed Sep  9 16:21:20 2009
New Revision: 28879

URL: http://svn.erp5.org?rev=28879&view=rev
Log:
 - there is no need to test version implementation for rules and each test is working in clean, self initiated, environment

Modified:
    erp5/trunk/products/ERP5/tests/testBPMEvaluation.py

Modified: erp5/trunk/products/ERP5/tests/testBPMEvaluation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBPMEvaluation.py?rev=28879&r1=28878&r2=28879&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBPMEvaluation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBPMEvaluation.py [utf8] Wed Sep  9 16:21:20 2009
@@ -102,7 +102,6 @@
       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 @@
     transaction.commit()
 
   def _createTradeModelRule(self):
-    # TODO: version
     edit_dict = {}
     edit_dict.update(
     )
@@ -187,7 +185,6 @@
     transaction.commit()
 
   def _createInvoicingRule(self):
-    # TODO: version
     edit_dict = {}
     edit_dict.update(
     )




More information about the Erp5-report mailing list