Commit 702a2b58 authored by Jérome Perrin's avatar Jérome Perrin

No need to manually create simulation movements

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6518 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a8feed0
......@@ -29,8 +29,6 @@
# XXX test 1 :
# - stepTestGetInventoryWithSelectionReport is not launched yet,
# since it tests a behavior which does not exist yet
# - TestGetInventoryList : uses InventoryBrain.py in /usr/lib/zope/Extensions, which is not up to date
# => To update in RPMs
# XXX test 2 :
# - There is an issue about inventory in inventory module :
# if a movement which is older than the inventory is modified by quantity,
......@@ -499,9 +497,6 @@ class TestInventory(TestOrderMixin,ERP5TypeTestCase):
mapped_value_property_list = ['quantity'],
)
sequence.edit(packing_list_list = packing_list_list)
mvt = self.getPortal().portal_simulation.newContent(portal_type='Simulation Movement')
mvt.edit(delivery_value_list = delivery_line_list)
def stepCreateTestingCategories(self, sequence=None, sequence_list=None, **kw):
"""
......
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