From f478d2f0f2edbf085ea5d987cc4ebbde3c4091dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Wed, 9 Sep 2009 15:15:32 +0000 Subject: [PATCH] - this is Note not XXX, rewrite it in understandable way git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28881 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testBPMEvaluation.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/tests/testBPMEvaluation.py b/product/ERP5/tests/testBPMEvaluation.py index 42232e13de..0c179121a7 100644 --- a/product/ERP5/tests/testBPMEvaluation.py +++ b/product/ERP5/tests/testBPMEvaluation.py @@ -170,8 +170,8 @@ class TestBPMEvaluationMixin(TestBPMMixin): transaction.commit() def _createInvoiceRule(self): - # XXX: This is not needed, but invoices, even if built from simulation - # need those rule to create empty one + # Note: This is not used, but invoices, even if built from simulation, + # need those rule to create empty one applied rule rule_tool = self.portal.portal_rules clipboard = rule_tool.manage_copyObjects(ids = ['default_invoice_rule']) -- 2.30.9