From 702a2b58837d168bed117992ad9625cae9de60a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Tue, 11 Apr 2006 08:29:38 +0000
Subject: [PATCH] No need to manually create simulation movements

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6518 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/tests/testInventory.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/product/ERP5/tests/testInventory.py b/product/ERP5/tests/testInventory.py
index 9abc317b56..c205daae45 100644
--- a/product/ERP5/tests/testInventory.py
+++ b/product/ERP5/tests/testInventory.py
@@ -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):
     """
-- 
2.30.9