[Erp5-report] r28102 - /erp5/trunk/products/ERP5/tests/testBPMCore.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 16 18:09:59 CEST 2009


Author: luke
Date: Thu Jul 16 18:09:59 2009
New Revision: 28102

URL: http://svn.erp5.org?rev=28102&view=rev
Log:
 - feature implemented in r28100

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

Modified: erp5/trunk/products/ERP5/tests/testBPMCore.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBPMCore.py?rev=28102&r1=28101&r2=28102&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBPMCore.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBPMCore.py [utf8] Thu Jul 16 18:09:59 2009
@@ -35,7 +35,7 @@
 from DateTime import DateTime
 
 from Products.CMFCore.utils import getToolByName
-from Products.ERP5Type.tests.utils import reindex, todo_erp5
+from Products.ERP5Type.tests.utils import reindex
 
 class TestBPMMixin(ERP5TypeTestCase):
   """Skeletons for tests which depend on BPM"""
@@ -600,7 +600,6 @@
   delivery_portal_type = 'Sale Packing List'
   delivery_line_portal_type = 'Sale Packing List Line'
 
-  @todo_erp5
   def test_isBuildable(self):
     """Test isBuildable implementation for Business Paths and Simulation Movements"""
 




More information about the Erp5-report mailing list