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

- removed garbage which is not needed after using dummy movements

 - fixed comment typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28122 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b8c2921f
......@@ -595,11 +595,6 @@ class TestBPMImplementation(TestBPMMixin):
class TestBPMisBuildableImplementation(TestBPMMixin):
order_portal_type = 'Sale Order'
order_line_portal_type = 'Sale Order Line'
delivery_portal_type = 'Sale Packing List'
delivery_line_portal_type = 'Sale Packing List Line'
def _createDelivery(self, **kw):
return self.folder.newContent(portal_type='Dummy Delivery', **kw)
......@@ -725,7 +720,7 @@ class TestBPMisBuildableImplementation(TestBPMMixin):
# delivery_path (for order) is still buildable, as split movement is not
# delivered yet
#
# invoicing_path (for delivery and order) buildable - in case of order,
# invoicing_path (for delivery and order) is buildable - in case of order,
# because part of tree is buildable
#
# split movement for invoicing is not buildable - no proper delivery
......
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