Commit 767ae66f authored by Jérome Perrin's avatar Jérome Perrin

movements are supposed to be in a delivery


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20344 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e547d442
......@@ -131,8 +131,10 @@ class TestClassTool(ERP5TypeTestCase):
# This tests checks that Documentation Helper works with propertysheets
# that define their categories using expressions.
from Products.ERP5Type.Document.Movement import Movement
from Products.ERP5Type.Document.Delivery import Delivery
from Products.CMFCore.Expression import Expression
movement = Movement('testing_id').__of__(self.getPortal())
movement = Movement('dummy_movement').__of__(
Delivery('dummy_delivery').__of__(self.portal))
# This test relies on the fact that Movement class has categories defined
# by an expression.
category_list = []
......
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