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

- feature implemented in r28100


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28102 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fa3114e7
......@@ -35,7 +35,7 @@ from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
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 @@ class TestBPMisBuildableImplementation(TestBPMMixin):
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"""
......
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