Commit b8ae2e14 authored by Nicolas Dumazet's avatar Nicolas Dumazet

use the absolute ERP5 path instead of ERP5Type.Document to load

static methods: ERPType.Document will soon be dynamic, and if
possible will hold only classes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38607 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d743b1a7
......@@ -38,7 +38,7 @@ from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
from testPackingList import TestPackingList, TestPackingListMixin
from testInvoice import TestSaleInvoice, TestInvoiceMixin
from Products.ERP5Type.tests.backportUnittest import expectedFailure
from Products.ERP5Type.Document.BusinessTemplate import getChainByType
from Products.ERP5.Document.BusinessTemplate import getChainByType
class TestERP5SimulationMixin(TestInvoiceMixin):
def getBusinessTemplateList(self):
......
......@@ -31,7 +31,7 @@ import transaction
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5Type.UnrestrictedMethod import UnrestrictedMethod
from Products.ERP5Type.Document.BusinessTemplate import getChainByType
from Products.ERP5.Document.BusinessTemplate import getChainByType
from zLOG import LOG
from Products.ERP5Type.tests.Sequence import SequenceList
from testOrder import TestOrderMixin
......
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